equal
deleted
inserted
replaced
20 'docs') |
20 'docs') |
21 |
21 |
22 README = os.path.join(DOCS, 'README.txt') |
22 README = os.path.join(DOCS, 'README.txt') |
23 HISTORY = os.path.join(DOCS, 'HISTORY.txt') |
23 HISTORY = os.path.join(DOCS, 'HISTORY.txt') |
24 |
24 |
25 version = '0.1.3' |
25 version = '0.1.4' |
26 long_description = open(README).read() + '\n\n' + open(HISTORY).read() |
26 long_description = open(README).read() + '\n\n' + open(HISTORY).read() |
27 |
27 |
28 tests_require = [] |
28 tests_require = [] |
29 |
29 |
30 setup(name='pyams_catalog', |
30 setup(name='pyams_catalog', |
60 'nltk', |
60 'nltk', |
61 'persistent', |
61 'persistent', |
62 'pyams_i18n', |
62 'pyams_i18n', |
63 'pyams_utils', |
63 'pyams_utils', |
64 'pyramid', |
64 'pyramid', |
|
65 'requests', |
65 'ZODB', |
66 'ZODB', |
66 'zope.interface', |
67 'zope.interface', |
67 'zope.intid', |
68 'zope.intid', |
68 'zope.keyreference', |
69 'zope.keyreference', |
69 'zope.lifecycleevent', |
70 'zope.lifecycleevent', |