[Checkins] SVN: z3c.iplocation/trunk/setup.py Fix mailing list.

Dan Korostelev nadako at gmail.com
Tue Dec 16 07:39:58 EST 2008


Log message for revision 94120:
  Fix mailing list.

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

-=-
Modified: z3c.iplocation/trunk/setup.py
===================================================================
--- z3c.iplocation/trunk/setup.py	2008-12-16 12:39:17 UTC (rev 94119)
+++ z3c.iplocation/trunk/setup.py	2008-12-16 12:39:58 UTC (rev 94120)
@@ -25,7 +25,7 @@
     name='z3c.iplocation',
     version='0.5.0dev',
     author = "Roger Ineichen, Stephan Richter and the Zope Community",
-    author_email = "zope3-dev at zope.org",
+    author_email = "zope-dev at zope.org",
     description = "Geo location utility for Zope3",
     long_description=(
         read('README.txt')
@@ -44,7 +44,7 @@
         'Operating System :: OS Independent',
         'Topic :: Internet :: WWW/HTTP',
         'Framework :: Zope3'],
-    url = 'http://cheeseshop.python.org/pypi/z3c.iplocation',
+    url = 'http://pypi.python.org/pypi/z3c.iplocation',
     packages = find_packages('src'),
     include_package_data = True,
     package_dir = {'':'src'},



More information about the Checkins mailing list