[Checkins] SVN: zope.kgs/trunk/setup.py Update E-mail and URL.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jan 27 07:46:12 EST 2009


Log message for revision 95157:
  Update E-mail and URL.
  

Changed:
  U   zope.kgs/trunk/setup.py

-=-
Modified: zope.kgs/trunk/setup.py
===================================================================
--- zope.kgs/trunk/setup.py	2009-01-27 12:44:24 UTC (rev 95156)
+++ zope.kgs/trunk/setup.py	2009-01-27 12:46:12 UTC (rev 95157)
@@ -21,7 +21,7 @@
 setup(name='zope.kgs',
       version = '0.2.0',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Known-Good-Set (KGS) Support',
       long_description=(
           read('README.txt')
@@ -40,7 +40,7 @@
           'Operating System :: OS Independent',
           'Topic :: Internet :: WWW/HTTP',
           'Framework :: Zope3'],
-      url='http://cheeseshop.python.org/pypi/zope.kgs',
+      url='http://pypi.python.org/pypi/zope.kgs',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list