setup.py
changeset 131 d702d2bf095a
parent 125 985534bc6ab9
child 144 c9e3cfbbe4ad
equal deleted inserted replaced
130:9dd00059a845 131:d702d2bf095a
    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.10'
    28 version = '0.1.11'
    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 ]