setup.py
changeset 115 0fc08a1bc6e7
parent 111 8d80cb67b023
child 119 664b86f16a91
equal deleted inserted replaced
114:859dfc9be3ff 115:0fc08a1bc6e7
    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.7'
    28 version = '0.1.8'
    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     'pyramid_zcml'
    32     'pyramid_zcml'
    33 ]
    33 ]