setup.py
changeset 54 1df498497961
parent 50 98f60c2f4332
child 57 18a4afc2ab51
equal deleted inserted replaced
53:cda141a3f551 54:1df498497961
    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.8'
    25 version = '0.1.9'
    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_workflow',
    30 setup(name='pyams_workflow',
    67           'pyramid',
    67           'pyramid',
    68           'zope.component',
    68           'zope.component',
    69           'zope.copy',
    69           'zope.copy',
    70           'zope.interface',
    70           'zope.interface',
    71       ],
    71       ],
    72       entry_points={
    72       entry_points={})
    73           'fanstatic.libraries': [
       
    74               'pyams_workflow = pyams_workflow:library'
       
    75           ]
       
    76       })