[Checkins] SVN: z3c.tabular/trunk/ Fixed package metadata (home page and author e-mail).

Michael Howitz mh at gocept.com
Thu Oct 28 02:54:10 EDT 2010


Log message for revision 117982:
  Fixed package metadata (home page and author e-mail).
  
  

Changed:
  U   z3c.tabular/trunk/CHANGES.txt
  U   z3c.tabular/trunk/setup.py

-=-
Modified: z3c.tabular/trunk/CHANGES.txt
===================================================================
--- z3c.tabular/trunk/CHANGES.txt	2010-10-28 06:52:00 UTC (rev 117981)
+++ z3c.tabular/trunk/CHANGES.txt	2010-10-28 06:54:10 UTC (rev 117982)
@@ -13,7 +13,7 @@
 0.6.1 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Fixed package metadata (home page and author e-mail).
 
 
 0.6.0 (2010-10-28)

Modified: z3c.tabular/trunk/setup.py
===================================================================
--- z3c.tabular/trunk/setup.py	2010-10-28 06:52:00 UTC (rev 117981)
+++ z3c.tabular/trunk/setup.py	2010-10-28 06:54:10 UTC (rev 117982)
@@ -24,9 +24,9 @@
 
 setup (
     name='z3c.tabular',
-    version='0.6.1dev',
+    version='0.6.1dev',
     author = "Roger Ineichen and the Zope Community",
-    author_email = "zope3-dev at zope.org",
+    author_email = "zope-dev at zope.org",
     description = "Table with form support based on z3c.form and z3c.table for Zope3",
     long_description=(
         read('README.txt') +
@@ -46,7 +46,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url = 'http://cheeseshop.python.org/pypi/z3c.tabular',
+    url = 'http://pypi.python.org/pypi/z3c.tabular',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the checkins mailing list