equal
deleted
inserted
replaced
25 'docs') |
25 'docs') |
26 |
26 |
27 README = os.path.join(DOCS, 'README.txt') |
27 README = os.path.join(DOCS, 'README.txt') |
28 HISTORY = os.path.join(DOCS, 'HISTORY.txt') |
28 HISTORY = os.path.join(DOCS, 'HISTORY.txt') |
29 |
29 |
30 version = '0.1.16' |
30 version = '0.1.17' |
31 long_description = open(README).read() + '\n\n' + open(HISTORY).read() |
31 long_description = open(README).read() + '\n\n' + open(HISTORY).read() |
32 |
32 |
33 tests_require = [] |
33 tests_require = [] |
34 |
34 |
35 setup(name='pyams_i18n', |
35 setup(name='pyams_i18n', |