setup.py
branchZTK-1.1
changeset 254 5fc2389afe2c
parent 253 a196d968a87f
child 257 ac47d86ae3ea
equal deleted inserted replaced
253:a196d968a87f 254:5fc2389afe2c
    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.4.11'
    28 version = '0.4.10'
    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 ]