equal
deleted
inserted
replaced
21 'docs') |
21 'docs') |
22 |
22 |
23 README = os.path.join(DOCS, 'README.txt') |
23 README = os.path.join(DOCS, 'README.txt') |
24 HISTORY = os.path.join(DOCS, 'HISTORY.txt') |
24 HISTORY = os.path.join(DOCS, 'HISTORY.txt') |
25 |
25 |
26 version = '0.2.0' |
26 version = '0.2.1' |
27 long_description = open(README).read() + '\n\n' + open(HISTORY).read() |
27 long_description = open(README).read() + '\n\n' + open(HISTORY).read() |
28 |
28 |
29 tests_require = [] |
29 tests_require = [] |
30 |
30 |
31 setup(name='pyams_notify_ws', |
31 setup(name='pyams_notify_ws', |