[Checkins] SVN: van.testing/trunk/setup.py add author e-mail to zope-dev

Brian Sutherland jinty at web.de
Fri Nov 21 05:40:15 EST 2008


Log message for revision 93234:
  add author e-mail to zope-dev

Changed:
  U   van.testing/trunk/setup.py

-=-
Modified: van.testing/trunk/setup.py
===================================================================
--- van.testing/trunk/setup.py	2008-11-21 10:38:00 UTC (rev 93233)
+++ van.testing/trunk/setup.py	2008-11-21 10:40:15 UTC (rev 93234)
@@ -24,13 +24,14 @@
 
 setup(name="van.testing",
       version='1.0.1dev',
-      license = 'ZPL 2.1',
-      url = 'http://pypi.python.org/pypi/van.timeformat',
+      license='ZPL 2.1',
+      url='http://pypi.python.org/pypi/van.timeformat',
+      author_email='zope-dev at zope.org',
       author="Vanguardistas LLC",
       description="Layers for zope.testing to simplify test setups",
       packages=find_packages(),
       namespace_packages=["van"],
-      install_requires = [
+      install_requires=[
           'setuptools',
           'zope.app.appsetup',
           'zope.testing',



More information about the Checkins mailing list