setup.py
changeset 80 516461b95b63
parent 59 45ce94599ba1
child 87 5c4c8b122f94
equal deleted inserted replaced
79:4a31bf48560b 80:516461b95b63
    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.3'
    25 version = '0.1.4'
    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',
    55       extras_require=dict(test=tests_require),
    55       extras_require=dict(test=tests_require),
    56       install_requires=[
    56       install_requires=[
    57           'setuptools',
    57           'setuptools',
    58           # -*- Extra requirements: -*-
    58           # -*- Extra requirements: -*-
    59           'authomatic',
    59           'authomatic',
       
    60           'BTrees',
       
    61           'chameleon',
    60           'fanstatic',
    62           'fanstatic',
       
    63           'hypatia',
    61           'pyams_file',
    64           'pyams_file',
       
    65           'pyams_form',
       
    66           'pyams_pagelet',
       
    67           'pyams_skin',
       
    68           'pyams_utils',
       
    69           'pyams_viewlet',
    62           'pyramid',
    70           'pyramid',
       
    71           'z3c.form',
       
    72           'z3c.table',
       
    73           'zope.annotation',
    63           'zope.component',
    74           'zope.component',
       
    75           'zope.componentvocabulary',
       
    76           'zope.container',
       
    77           'zope.dublincore',
    64           'zope.interface',
    78           'zope.interface',
       
    79           'zope.intid',
       
    80           'zope.lifecycleevent',
       
    81           'zope.location',
    65           'zope.password',
    82           'zope.password',
    66           'zope.principalannotation'
    83           'zope.principalannotation',
       
    84           'zope.schema',
       
    85           'zope.traversing'
    67       ],
    86       ],
    68       entry_points={
    87       entry_points={
    69           'fanstatic.libraries': [
    88           'fanstatic.libraries': [
    70               'pyams_security = pyams_security:library'
    89               'pyams_security = pyams_security:library'
    71           ]
    90           ]