[Checkins] SVN: z3c.batching/trunk/setup.py Fixed metadata

Christophe Combelles ccomb at free.fr
Sun Oct 12 10:44:05 EDT 2008


Log message for revision 92075:
  Fixed metadata
  

Changed:
  U   z3c.batching/trunk/setup.py

-=-
Modified: z3c.batching/trunk/setup.py
===================================================================
--- z3c.batching/trunk/setup.py	2008-10-12 12:26:46 UTC (rev 92074)
+++ z3c.batching/trunk/setup.py	2008-10-12 14:44:03 UTC (rev 92075)
@@ -24,7 +24,7 @@
 setup(name='z3c.batching',
       version = '1.1.0dev',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Batching',
       long_description=(
           read('README.txt')
@@ -48,7 +48,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/z3c.batching',
+      url='http://pypi.python.org/pypi/z3c.batching',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list