setup.py
branchZTK-1.1
changeset 123 e88a6168a90e
parent 120 4cfa237c6b2a
child 126 57d4ca60eb61
equal deleted inserted replaced
122:33fccc7909b5 123:e88a6168a90e
    23                     'ztfy', 'utils', 'docs')
    23                     'ztfy', 'utils', '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.3.8'
    28 version = '0.3.7'
    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     'zope.testing',
    32     'zope.testing',
    33 ]
    33 ]