setup.py
changeset 157 da3be11a5f8c
parent 154 301848299b79
child 160 7ed5f188e9df
equal deleted inserted replaced
156:1b637fe76ab8 157:da3be11a5f8c
    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.27'
    25 version = '0.1.27.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',