Skip to content

Commit

Permalink
adds missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Trybnetic committed Jan 18, 2018
1 parent d4c5e33 commit 417cd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def load_requirements(fn):
'sphinx >= 1.4',
'sphinx_rtd_theme',
'numpydoc',
'easydev==0.9.35']}
'easydev==0.9.35']},
ext_modules=ext_modules,
cmdclass=cmdclass
)

0 comments on commit 417cd83

Please sign in to comment.