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

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


Log message for revision 92076:
  Fixed metadata
  

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

-=-
Modified: z3c.table/trunk/setup.py
===================================================================
--- z3c.table/trunk/setup.py	2008-10-12 14:44:03 UTC (rev 92075)
+++ z3c.table/trunk/setup.py	2008-10-12 14:44:15 UTC (rev 92076)
@@ -23,9 +23,9 @@
 
 setup (
     name='z3c.table',
-    version='0.6dev',
+    version='0.6.0dev',
     author = "Stephan Richter, Roger Ineichen and the Zope Community",
-    author_email = "zope3-dev at zope.org",
+    author_email = "zope-dev at zope.org",
     description = "Modular table rendering implementation for Zope3",
     long_description=(
         read('README.txt')
@@ -51,7 +51,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url = 'http://cheeseshop.python.org/pypi/z3c.table',
+    url = 'http://pypi.python.org/pypi/z3c.table',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the Checkins mailing list