setup.py
changeset 236 239d4646634e
parent 172 8a14864b8429
child 317 578c0df290b5
equal deleted inserted replaced
235:4eca722f1409 236:239d4646634e
    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.7'
    25 version = '0.1.8'
    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_content',
    30 setup(name='pyams_content',
    78           'pyams_zmi',
    78           'pyams_zmi',
    79           'pyquery',
    79           'pyquery',
    80           'pyramid',
    80           'pyramid',
    81           'pyramid_chameleon',
    81           'pyramid_chameleon',
    82           'pyramid_mailer',
    82           'pyramid_mailer',
       
    83           'transaction',
    83           'z3c.form',
    84           'z3c.form',
    84           'z3c.table',
    85           'z3c.table',
    85           'zope.annotation',
    86           'zope.annotation',
    86           'zope.component',
    87           'zope.component',
    87           'zope.container',
    88           'zope.container',