- Timestamp:
- 10/15/09 09:49:12 (3 years ago)
- Files:
-
- 1 modified
-
sample/branches/1.2/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sample/branches/1.2/setup.py
r1590 r3124 8 8 setup( 9 9 name='MapFishSample', 10 version=' 0.1',10 version='1.2', 11 11 description='', 12 12 author='', … … 14 14 #url='', 15 15 install_requires=[ 16 "Pylons>=0.9.6", 17 "SQLAlchemy>=0.4", 18 "Mako", 16 "mapfish>=1.2,mapfish<=1.2.99", 19 17 ], 20 18 setup_requires=["PasteScript==dev,>=1.6.3dev-r7326"],
