Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Oct 18, 2014
1 parent 14eddcc commit 3c158f0
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 @@ -197,7 +197,7 @@ def get_executables_path() :
package_dir = package_dir,
package_data = package_data,
#data_files = data_files,
install_requires = [ "pyensae" ],
install_requires = [ "pyensae>=0.8" ],
ext_modules = EXT_MODULES,
#include_package_data = True,
)

0 comments on commit 3c158f0

Please sign in to comment.