Changeset 3779
- Timestamp:
- 05/23/11 11:39:00 (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
archive/branches/1.1/MapFish/server/python/setup.py
r1413 r3779 26 26 27 27 setup(name = 'mapfish', 28 version = '1.1 ',28 version = '1.1.1', 29 29 license = 'LGPLv3', 30 install_requires = ['SQLAlchemy>=0.5.0rc1 ,<=0.5.99',31 'Pylons>=0.9.6.2 ,<=0.9.7.99',32 'Shapely>=1.0.7 ,<=1.0.99',33 'geojson>=1.0 ,<=1.0.99',34 'psycopg2>=2.0.8 ,<=2.0.99'],30 install_requires = ['SQLAlchemy>=0.5.0rc1', 31 'Pylons>=0.9.6.2', 32 'Shapely>=1.0.7', 33 'geojson>=1.0', 34 'psycopg2>=2.0.8'], 35 35 zip_safe = False, 36 36 include_package_data = True,
