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' |
28 version = '0.4.0' |
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 ] |
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 'hurry.query', |
63 'hurry.query', |
|
64 'pytz', |
|
65 'z3c.form', |
64 'zc.set', |
66 'zc.set', |
|
67 'zope.annotation', |
|
68 'zope.app.authentication', |
65 'zope.app.file', |
69 'zope.app.file', |
66 'zope.app.zapi', |
|
67 'zope.catalog', |
70 'zope.catalog', |
|
71 'zope.component', |
68 'zope.container', |
72 'zope.container', |
|
73 'zope.datetime', |
|
74 'zope.i18n', |
|
75 'zope.index', |
69 'zope.interface', |
76 'zope.interface', |
70 'zope.intid', |
77 'zope.intid', |
|
78 'zope.location', |
|
79 'zope.publisher', |
|
80 'zope.schema', |
|
81 'zope.security', |
71 'zope.session', |
82 'zope.session', |
72 'zope.tales', |
83 'zope.tales', |
73 'zopyx.txng3.core', |
84 'zopyx.txng3.core', |
74 ], |
85 ], |
75 entry_points=""" |
86 entry_points=""" |