Skip to content

Commit

Permalink
updated setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarsjogren committed May 22, 2017
1 parent 7aae548 commit 777816a
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 @@ -27,7 +27,7 @@ def readme():
packages=['ezclimate', 'ezclimate.optimization', 'ezclimate.analysis'],
install_requires=['numpy',],
include_package_data=False,
zip_safe=True
zip_safe=True,
cmdclass = {'build_py': build_py},
use_2to3=True
)
Expand Down

0 comments on commit 777816a

Please sign in to comment.