Changeset 3124 for sample

Show
Ignore:
Timestamp:
10/15/09 09:49:12 (3 years ago)
Author:
elemoine
Message:

adjust version and install_requires

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • sample/branches/1.2/setup.py

    r1590 r3124  
    88setup( 
    99    name='MapFishSample', 
    10     version='0.1', 
     10    version='1.2', 
    1111    description='', 
    1212    author='', 
     
    1414    #url='', 
    1515    install_requires=[ 
    16         "Pylons>=0.9.6", 
    17         "SQLAlchemy>=0.4", 
    18         "Mako", 
     16        "mapfish>=1.2,mapfish<=1.2.99", 
    1917    ], 
    2018    setup_requires=["PasteScript==dev,>=1.6.3dev-r7326"],