setup.py
changeset 55 4cbe2708a397
parent 50 b891b49b1d3f
child 59 67e09cabd072
equal deleted inserted replaced
54:08ac02a87bcd 55:4cbe2708a397
    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.4'
    25 version = '0.1.5'
    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_form',
    30 setup(name='pyams_form',
    63           'pyams_utils',
    63           'pyams_utils',
    64           'pyams_viewlet',
    64           'pyams_viewlet',
    65           'pyramid',
    65           'pyramid',
    66           'pyramid_chameleon',
    66           'pyramid_chameleon',
    67           'pyramid_zope_request',
    67           'pyramid_zope_request',
    68           'z3c.form',
    68           'z3c.form >= 3.4.0',
    69           'z3c.table',
    69           'z3c.table',
    70           'zope.component',
    70           'zope.component',
    71           'zope.interface',
    71           'zope.interface',
    72           'zope.lifecycleevent',
    72           'zope.lifecycleevent',
    73           'zope.location',
    73           'zope.location',