setup.py
changeset 1052 5df53dbacc2e
parent 1043 18aaa69eee31
child 1055 fb31161cac2d
equal deleted inserted replaced
1051:e5dfdb14f9cb 1052:5df53dbacc2e
    22                     'docs')
    22                     'docs')
    23 
    23 
    24 README = os.path.join(DOCS, 'README.txt')
    24 README = os.path.join(DOCS, 'README.txt')
    25 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    25 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
    26 
    26 
    27 version = '0.1.24'
    27 version = '0.1.25'
    28 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    28 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
    29 
    29 
    30 tests_require = []
    30 tests_require = []
    31 
    31 
    32 setup(name='pyams_content',
    32 setup(name='pyams_content',