setup.py
branchZTK-1.1
changeset 260 acc0d940133f
parent 257 ac47d86ae3ea
child 263 dec0866c6c44
equal deleted inserted replaced
259:0ab973692504 260:acc0d940133f
    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.12'
    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',
    95           'ztfy.jqueryui >= 0.7.0',
    96           'ztfy.jqueryui >= 0.7.0',
    96       ],
    97       ],
    97       entry_points="""
    98       entry_points="""
    98       # -*- Entry points: -*-
    99       # -*- Entry points: -*-
    99       """,
   100       """,