setup.py
changeset 52 19019589cc19
parent 39 d4c28f4078cd
child 58 c191cc6756f5
equal deleted inserted replaced
51:56fc7fc505d3 52:19019589cc19
    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.1'
    28 version = '0.1.2'
    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 ]