setup.py
branchZTK-1.1
changeset 253 a196d968a87f
parent 249 650534afe60d
child 254 5fc2389afe2c
equal deleted inserted replaced
252:6463c617c209 253:a196d968a87f
    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.10'
    28 version = '0.4.11'
    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 ]
    90           'zope.schema',
    90           'zope.schema',
    91           'zope.security',
    91           'zope.security',
    92           'zope.session',
    92           'zope.session',
    93           'zope.tales',
    93           'zope.tales',
    94           'zope.traversing',
    94           'zope.traversing',
    95           'zopyx.txng3.core',
       
    96           'ztfy.jqueryui >= 0.7.0',
    95           'ztfy.jqueryui >= 0.7.0',
    97       ],
    96       ],
    98       entry_points="""
    97       entry_points="""
    99       # -*- Entry points: -*-
    98       # -*- Entry points: -*-
   100       """,
    99       """,