[Zope3-checkins] SVN: zope.testing/trunk/setup.py fixed whitespace
Christian Zagrodnick
cz at gocept.com
Wed May 23 11:01:55 EDT 2007
Log message for revision 75908:
fixed whitespace
Changed:
U zope.testing/trunk/setup.py
-=-
Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py 2007-05-23 14:23:02 UTC (rev 75907)
+++ zope.testing/trunk/setup.py 2007-05-23 15:01:53 UTC (rev 75908)
@@ -24,7 +24,7 @@
namespace_packages=['zope',],
install_requires = ['setuptools'],
extras_require={'zope_tracebacks': 'zope.exceptions'},
- include_package_data = True,
+ include_package_data = True,
zip_safe = False,
)
except ImportError, e:
@@ -75,7 +75,7 @@
long_description=long_description,
author='Zope Corporation and Contributors',
author_email='zope3-dev at zope.org',
-
+
packages=["zope", "zope.testing"],
package_dir = {'': 'src'},
**extra)
More information about the Zope3-Checkins
mailing list