setup.py
changeset 493 5d94baef6923
parent 348 d73905f6a2eb
child 500 cd0c53346edc
equal deleted inserted replaced
492:04503227569d 493:5d94baef6923
    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.11'
    25 version = '0.1.12'
    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',
    81           'pyramid_chameleon',
    81           'pyramid_chameleon',
    82           'pyramid_mailer',
    82           'pyramid_mailer',
    83           'transaction',
    83           'transaction',
    84           'z3c.form',
    84           'z3c.form',
    85           'z3c.table',
    85           'z3c.table',
       
    86           'zodbupdate',
    86           'zope.annotation',
    87           'zope.annotation',
    87           'zope.component',
    88           'zope.component',
    88           'zope.container',
    89           'zope.container',
    89           'zope.contentprovider',
    90           'zope.contentprovider',
    90           'zope.copy',
    91           'zope.copy',
   101           'console_scripts': [
   102           'console_scripts': [
   102               'pyams_index = pyams_content.scripts.index:index_site'
   103               'pyams_index = pyams_content.scripts.index:index_site'
   103           ],
   104           ],
   104           'fanstatic.libraries': [
   105           'fanstatic.libraries': [
   105               'pyams_content = pyams_content.skin:library'
   106               'pyams_content = pyams_content.skin:library'
       
   107           ],
       
   108           'zodbupdate': [
       
   109               'renames = pyams_content.generations:RENAMED_CLASSES'
   106           ]
   110           ]
   107       })
   111       })