setup.py
changeset 108 1a9d8c43dba0
parent 102 6206a2ae7053
child 111 8d80cb67b023
equal deleted inserted replaced
107:ace92f2db5b6 108:1a9d8c43dba0
    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.5'
    28 version = '0.1.6'
    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 ]