setup.py
changeset 381 783188a98bcb
parent 342 aeebed96ddd8
child 389 f0a62fab5368
equal deleted inserted replaced
380:c062ab4db6cd 381:783188a98bcb
    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.31'
    28 version = '0.1.32'
    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     'zope.exceptions'
    33     'zope.exceptions'