setup.py
changeset 979 5e51b05a38fa
parent 960 a9bcf47e9754
child 982 33e3a44c50b3
equal deleted inserted replaced
978:7a95fe7d51b0 979:5e51b05a38fa
    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.18.2'
    25 version = '0.1.19'
    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_content',
    30 setup(name='pyams_content',