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.0' |
25 version = '0.1.1' |
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_notify_ws', |
30 setup(name='pyams_notify_ws', |
55 tests_require=tests_require, |
55 tests_require=tests_require, |
56 extras_require=dict(test=tests_require), |
56 extras_require=dict(test=tests_require), |
57 install_requires=[ |
57 install_requires=[ |
58 'setuptools', |
58 'setuptools', |
59 # -*- Extra requirements: -*- |
59 # -*- Extra requirements: -*- |
60 'aiomcache', |
|
61 'aiopyramid', |
60 'aiopyramid', |
62 'pyams-cache', |
61 'pyams-cache', |
63 'pyramid', |
62 'pyramid', |
64 'zope.interface' |
63 'zope.interface' |
65 ], |
64 ], |