setup.py
changeset 86 658842861161
parent 84 96e344fe6166
child 89 165f37f89e5a
equal deleted inserted replaced
76:6ca775e44505 86:658842861161
    23                     'ztfy', 'utils', 'docs')
    23                     'ztfy', 'utils', 'docs')
    24 
    24 
    25 README = os.path.join(DOCS, 'README.txt')
    25 README = os.path.join(DOCS, 'README.txt')
    26 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    26 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    27 
    27 
    28 version = '0.2.1'
    28 version = '0.3.2'
    29 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    29 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    30 
    30 
    31 tests_require = [
    31 tests_require = [
    32     'zope.testing',
    32     'zope.testing',
    33 ]
    33 ]
    58       tests_require=tests_require,
    58       tests_require=tests_require,
    59       extras_require=dict(test=tests_require),
    59       extras_require=dict(test=tests_require),
    60       install_requires=[
    60       install_requires=[
    61           'setuptools',
    61           'setuptools',
    62           # -*- Extra requirements: -*-
    62           # -*- Extra requirements: -*-
    63           'zope.app.zapi',
    63           'hurry.query',
       
    64           'pytz',
       
    65           'z3c.form',
    64           'zc.set',
    66           'zc.set',
       
    67           'zope.annotation',
       
    68           'zope.app.authentication',
       
    69           'zope.app.file',
       
    70           'zope.catalog',
       
    71           'zope.component',
       
    72           'zope.container',
       
    73           'zope.datetime',
       
    74           'zope.i18n',
       
    75           'zope.index',
       
    76           'zope.interface',
       
    77           'zope.intid',
       
    78           'zope.location',
       
    79           'zope.publisher',
       
    80           'zope.schema',
       
    81           'zope.security',
       
    82           'zope.session',
       
    83           'zope.tales',
    65           'zopyx.txng3.core',
    84           'zopyx.txng3.core',
    66           'hurry.query'
       
    67       ],
    85       ],
    68       entry_points="""
    86       entry_points="""
    69       # -*- Entry points: -*-
    87       # -*- Entry points: -*-
    70       """,
    88       """,
    71       )
    89       )