setup.py
changeset 104 e1552515151e
parent 99 14805c882758
child 107 38154fdcc393
equal deleted inserted replaced
103:cd0086f5b00b 104:e1552515151e
    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_security',
    30 setup(name='pyams_security',
    65           'pyams_form',
    65           'pyams_form',
    66           'pyams_pagelet',
    66           'pyams_pagelet',
    67           'pyams_skin',
    67           'pyams_skin',
    68           'pyams_utils',
    68           'pyams_utils',
    69           'pyams_viewlet',
    69           'pyams_viewlet',
    70           'pyramid',
    70           'pyramid >= 1.9',
    71           'z3c.form',
    71           'z3c.form',
    72           'z3c.table',
    72           'z3c.table',
    73           'zope.annotation',
    73           'zope.annotation',
    74           'zope.component',
    74           'zope.component',
    75           'zope.componentvocabulary',
    75           'zope.componentvocabulary',