setup.py
changeset 58 678779e9508a
parent 53 499857f9f756
child 61 c2ebe5d9d51c
equal deleted inserted replaced
57:acaa49debeb6 58:678779e9508a
    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.1.9'
    26 version = '0.1.10'
    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',
    31 setup(name='pyams_notify',