setup.py
branchZTK-1.1
changeset 117 3bbec4dadfa7
parent 112 93cdc4a26e0d
child 120 4cfa237c6b2a
equal deleted inserted replaced
115:4ec3baf668c2 117:3bbec4dadfa7
    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.6'
    28 version = '0.3.7'
    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           'chardet',
    63           'fanstatic',
    64           'fanstatic',
    64           'hurry.query',
    65           'hurry.query',
    65           'pytz',
    66           'pytz',
    66           'z3c.form',
    67           'z3c.form',
    67           'zc.set',
    68           'zc.set',