setup.py
branchZTK-1.1
changeset 70 82d8de021806
parent 63 420291b2fc72
child 72 d53c864723ea
equal deleted inserted replaced
69:ddab9a29b54b 70:82d8de021806
    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.2.1'
    28 version = '0.3'
    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 ]
    58       tests_require=tests_require,
    58       tests_require=tests_require,
    59       extras_require=dict(test=tests_require),
    59       extras_require=dict(test=tests_require),
    60       install_requires=[
    60       install_requires=[
    61           'setuptools',
    61           'setuptools',
    62           # -*- Extra requirements: -*-
    62           # -*- Extra requirements: -*-
       
    63           'hurry.query',
       
    64           'zc.set',
       
    65           'zope.app.file',
    63           'zope.app.zapi',
    66           'zope.app.zapi',
    64           'zc.set',
    67           'zope.catalog',
       
    68           'zope.container',
       
    69           'zope.interface',
       
    70           'zope.intid',
       
    71           'zope.session',
       
    72           'zope.tales',
    65           'zopyx.txng3.core',
    73           'zopyx.txng3.core',
    66           'hurry.query'
       
    67       ],
    74       ],
    68       entry_points="""
    75       entry_points="""
    69       # -*- Entry points: -*-
    76       # -*- Entry points: -*-
    70       """,
    77       """,
    71       )
    78       )