setup.py
changeset 69 5046bae5973f
parent 66 533f7e7ce187
child 76 f15face86bcc
equal deleted inserted replaced
68:b0a03a00c83e 69:5046bae5973f
    20                     'docs')
    20                     'docs')
    21 
    21 
    22 README = os.path.join(DOCS, 'README.txt')
    22 README = os.path.join(DOCS, 'README.txt')
    23 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    23 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    24 
    24 
    25 version = '0.1.13'
    25 version = '0.1.14'
    26 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    26 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    27 
    27 
    28 tests_require = []
    28 tests_require = []
    29 
    29 
    30 setup(name='pyams_gis',
    30 setup(name='pyams_gis',
    63           'pyams_template',
    63           'pyams_template',
    64           'pyams_utils >= 0.1.15',
    64           'pyams_utils >= 0.1.15',
    65           'pyams_viewlet',
    65           'pyams_viewlet',
    66           'pyams_zmi',
    66           'pyams_zmi',
    67           'pyramid',
    67           'pyramid',
    68           'z3c.form >= 3.6',
    68           'z3c.form >= 4.1',
    69           'zope.component',
    69           'zope.component',
    70           'zope.interface',
    70           'zope.interface',
    71           'zope.schema',
    71           'zope.schema',
    72       ],
    72       ],
    73       entry_points={
    73       entry_points={