setup.py
changeset 22 1d62c9b1fa34
parent 19 bf9aae7feb5e
child 29 76e8fa9c5516
equal deleted inserted replaced
21:75bafb4ce0b0 22:1d62c9b1fa34
    23                     'docs')
    23                     'docs')
    24 
    24 
    25 README = os.path.join(DOCS, 'README.txt')
    25 README = os.path.join(DOCS, 'README.txt')
    26 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    26 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    27 
    27 
    28 version = '0.1.4.1'
    28 version = '0.1.4.2'
    29 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    29 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    30 
    30 
    31 tests_require = []
    31 tests_require = []
    32 
    32 
    33 setup(name='pyams_apm',
    33 setup(name='pyams_apm',