equal
deleted
inserted
replaced
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', |