Changeset 2325 for trunk/packaging
- Timestamp:
- 10/05/11 11:01:37 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packaging/setup.py
r2271 r2325 3 3 4 4 setup(name = 'asap', 5 version = ' 3.1.0-trunk',5 version = '4.0.0-trunk', 6 6 description = 'ATNF Spectral-Line Analysis Package', 7 7 author = 'Malte Marquarding', … … 14 14 ''', 15 15 packages = find_packages(), 16 install_requires = ["ipython >=0.8", "matplotlib>=0.99", "numpy>=1.3"],16 install_requires = ["ipython<=0.10", "matplotlib>=0.99", "numpy>=1.3"], 17 17 package_data = {"": ["_asap.so", "data/ipy*"], 18 18 },
Note:
See TracChangeset
for help on using the changeset viewer.