setup.py
changeset 147 73d8de7b1359
parent 144 1d07028b9283
child 151 9863acd4f318
equal deleted inserted replaced
146:50e2d69f3ac7 147:73d8de7b1359
    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.25'
    25 version = '0.1.25.1'
    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_es',
    30 setup(name='pyams_content_es',