~bac/zope.testing/newbootstrap

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Benji York
  • Date: 2012-06-13 19:22:47 UTC
  • Revision ID: benji.york@canonical.com-20120613192247-t29wcupl7czf3a0f
revert reversion of stdout and stderr redirection (reverting r38)

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 
86
86
setup(
87
87
    name='zope.testing',
88
 
    version = '3.9.4-p11',
 
88
    version = '3.9.4-p12',
89
89
    url='http://pypi.python.org/pypi/zope.testing',
90
90
    license='ZPL 2.1',
91
91
    description='Zope testing framework, including the testrunner script.',