Changeset 2499 for trunk/packaging
- Timestamp:
- 05/11/12 15:25:52 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packaging/setup.py
r2488 r2499 20 20 ''', 21 21 packages = find_packages(), 22 install_requires = ["ipython <=0.10", "matplotlib>=0.99", "numpy>=1.3"],22 install_requires = ["ipython>=0.11", "matplotlib>=0.99", "numpy>=1.3"], 23 23 package_data = {"": ["_asap.so", "data/ipy*"], 24 24 }, 25 scripts = ["bin/asap", "bin/asap 2to3", "bin/asap_update_data"],25 scripts = ["bin/asap", "bin/asap_update_data"], 26 26 license = 'GPL', 27 27 zip_safe = 0,
Note:
See TracChangeset
for help on using the changeset viewer.