setup.py
changeset 87 6379ce8a2ba5
parent 83 de6793899993
equal deleted inserted replaced
86:5831b250d96d 87:6379ce8a2ba5
    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.18'
    30 version = '0.1.19'
    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',