setup.py
changeset 1175 b851a687604d
parent 1151 789e9f5c510e
child 1178 a82fd2ebb713
equal deleted inserted replaced
1174:f385d7d24af9 1175:b851a687604d
    22                     'docs')
    22                     'docs')
    23 
    23 
    24 README = os.path.join(DOCS, 'README.txt')
    24 README = os.path.join(DOCS, 'README.txt')
    25 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    25 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    26 
    26 
    27 version = '0.1.30'
    27 version = '0.1.31'
    28 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    28 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    29 
    29 
    30 tests_require = []
    30 tests_require = []
    31 
    31 
    32 setup(name='pyams_content',
    32 setup(name='pyams_content',
    81           'pyquery',
    81           'pyquery',
    82           'pyramid',
    82           'pyramid',
    83           'pyramid_chameleon',
    83           'pyramid_chameleon',
    84           'pyramid_mailer',
    84           'pyramid_mailer',
    85           'transaction',
    85           'transaction',
       
    86           'tinycss2',
    86           'z3c.form',
    87           'z3c.form',
    87           'z3c.table',
    88           'z3c.table',
    88           'zodbupdate',
    89           'zodbupdate',
    89           'zope.annotation',
    90           'zope.annotation',
    90           'zope.component',
    91           'zope.component',