setup.py
changeset 410 0b9e3e67f43d
parent 409 b403001b58c4
child 439 d2a70e493aa8
equal deleted inserted replaced
404:3f249488b3ff 410:0b9e3e67f43d
    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.1.34.2'
    28 version = '0.1.35'
    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     'pyramid_zcml',
    32     'pyramid_zcml',
    33     'zope.exceptions'
    33     'zope.exceptions'
    63       install_requires=[
    63       install_requires=[
    64           'setuptools',
    64           'setuptools',
    65           # -*- Extra requirements: -*-
    65           # -*- Extra requirements: -*-
    66           'babel',
    66           'babel',
    67           'beaker',
    67           'beaker',
       
    68           'BTrees',
    68           'chameleon',
    69           'chameleon',
    69           'docutils',
    70           'docutils',
       
    71           'fanstatic',
    70           'httplib2',
    72           'httplib2',
    71           'markdown',
    73           'markdown',
    72           'persistent',
    74           'persistent',
       
    75           'pygments',
    73           'pyramid',
    76           'pyramid',
    74           'pyramid_zodbconn',
    77           'pyramid_zodbconn',
       
    78           'pyramid_zope_request',
    75           'pysocks',
    79           'pysocks',
    76           'pytz',
    80           'pytz',
    77           'transaction',
    81           'transaction',
       
    82           'venusian',
    78           'z3c.form',
    83           'z3c.form',
    79           'z3c.pt',
    84           'z3c.pt',
    80           'z3c.ptcompat',
    85           'z3c.ptcompat',
       
    86           'ZEO',
    81           'ZODB',
    87           'ZODB',
    82           'zope.annotation',
    88           'zope.annotation',
    83           'zope.component',
    89           'zope.component',
    84           'zope.container',
    90           'zope.container',
       
    91           'zope.contentprovider',
       
    92           'zope.datetime',
    85           'zope.dublincore',
    93           'zope.dublincore',
    86           'zope.datetime',
       
    87           'zope.interface',
    94           'zope.interface',
       
    95           'zope.intid',
       
    96           'zope.keyreference',
       
    97           'zope.lifecycleevent',
    88           'zope.location',
    98           'zope.location',
       
    99           'zope.publisher',
    89           'zope.schema',
   100           'zope.schema',
    90           'zope.site',
   101           'zope.site',
    91           'zope.traversing'
   102           'zope.traversing'
    92       ],
   103       ],
    93       entry_points="""
   104       entry_points="""