setup.py
branchZTK-1.1
changeset 89 165f37f89e5a
parent 84 96e344fe6166
child 94 a5fb6eed0a5d
child 112 93cdc4a26e0d
equal deleted inserted replaced
88:37c6b51cef8b 89:165f37f89e5a
    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.3.2'
    28 version = '0.3.3'
    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           'fanstatic',
    63           'hurry.query',
    64           'hurry.query',
    64           'pytz',
    65           'pytz',
    65           'z3c.form',
    66           'z3c.form',
    66           'zc.set',
    67           'zc.set',
    67           'zope.annotation',
    68           'zope.annotation',