Changeset 1122

Show
Ignore:
Timestamp:
07/09/08 14:32:39
Author:
seang
Message:

Switched release date to 7/10

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Shapely/trunk/setup_windows.py

    r1120 r1122  
    2323      long_description = readme_text, 
    2424      packages      = ['shapely', 'shapely.geometry'], 
    25       data_files=[('DLLs', ['DLLs/geos.dll']),], 
     25      data_files=[('DLLs', ['DLLs/geos.dll', 'DLLs/libgeos-3-0-0.dll']),], 
    2626      install_requires = install_requires, 
    2727      #tests_require = ['numpy'], -- not working with "tests" command