setup.py
changeset 442 63e3acc6e4d6
parent 439 d2a70e493aa8
child 446 181e3bb4bda3
equal deleted inserted replaced
441:b3b41d340a04 442:63e3acc6e4d6
    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.36'
    28 version = '0.1.37'
    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'