[Checkins] SVN: zope.app.schema/tags/3.5.0/setup.py Change PyPI link, fix mailing list address

Dan Korostelev nadako at gmail.com
Tue Dec 16 03:40:11 EST 2008


Log message for revision 94103:
  Change PyPI link, fix mailing list address

Changed:
  U   zope.app.schema/tags/3.5.0/setup.py

-=-
Modified: zope.app.schema/tags/3.5.0/setup.py
===================================================================
--- zope.app.schema/tags/3.5.0/setup.py	2008-12-16 08:39:31 UTC (rev 94102)
+++ zope.app.schema/tags/3.5.0/setup.py	2008-12-16 08:40:10 UTC (rev 94103)
@@ -24,7 +24,7 @@
 setup(name='zope.app.schema',
       version = '3.5.0',
       author='Zope Corporation and Contributors',
-      author_email='zope3-dev at zope.org',
+      author_email='zope-dev at zope.org',
       description='Component Architecture based Vocabulary Registry',
       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/zope.app.schema',
+      url='http://pypi.python.org/pypi/zope.app.schema',
       license='ZPL 2.1',
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list