Chris McDonough
2011-09-04 90737d6b24775cab3a3816b426c0dc65c03fe43d
setup.py
@@ -35,10 +35,9 @@
    'repoze.lru',
    'setuptools',
    'zope.component >= 3.6.0', # independent of zope.hookable
    'zope.configuration',
    'zope.deprecation',
    'zope.interface >= 3.5.1',  # 3.5.0 comment: "allow to bootstrap on jython"
    'venusian >= 0.5', # ``codeinfo``
    'zope.deprecation',
    'venusian >= 1.0a1', # ``onerror``
    'translationstring',
    ]
@@ -53,7 +52,7 @@
    install_requires.append('simplejson')
    
setup(name='pyramid',
      version='1.2a1',
      version='1.2a4',
      description=('The Pyramid web application development framework, a '
                   'Pylons project'),
      long_description=README + '\n\n' +  CHANGES,