Changeset 1122
- Timestamp:
- 07/09/08 14:32:39
- Files:
-
- Shapely/trunk/setup_windows.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Shapely/trunk/setup_windows.py
r1120 r1122 23 23 long_description = readme_text, 24 24 packages = ['shapely', 'shapely.geometry'], 25 data_files=[('DLLs', ['DLLs/geos.dll' ]),],25 data_files=[('DLLs', ['DLLs/geos.dll', 'DLLs/libgeos-3-0-0.dll']),], 26 26 install_requires = install_requires, 27 27 #tests_require = ['numpy'], -- not working with "tests" command
