setup.py
changeset 134 8d4333ab0dcc
parent 131 415faf6d09ed
child 137 7b59c4c5deea
equal deleted inserted replaced
133:2bd15b13d7b8 134:8d4333ab0dcc
    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.19.1'
    25 version = '0.1.19.2'
    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_thesaurus',
    30 setup(name='pyams_thesaurus',