setup.py
branchZTK-1.1
changeset 126 57d4ca60eb61
parent 123 e88a6168a90e
child 132 14abd920f481
equal deleted inserted replaced
125:dec1ba47922a 126:57d4ca60eb61
    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.7'
    28 version = '0.3.9'
    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 ]
    60       install_requires=[
    60       install_requires=[
    61           'setuptools',
    61           'setuptools',
    62           # -*- Extra requirements: -*-
    62           # -*- Extra requirements: -*-
    63           'chardet',
    63           'chardet',
    64           'fanstatic',
    64           'fanstatic',
       
    65           'httplib2',
    65           'hurry.query',
    66           'hurry.query',
    66           'pytz',
    67           'pytz',
    67           'z3c.form',
    68           'z3c.form',
    68           'zc.set',
    69           'zc.set',
    69           'zope.annotation',
    70           'zope.annotation',