setup.py
changeset 83 de6793899993
parent 80 e431dcf09302
child 87 6379ce8a2ba5
equal deleted inserted replaced
82:884dea4cc870 83:de6793899993
    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.17'
    30 version = '0.1.18'
    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',