[Checkins] SVN: zope.app.schema/trunk/setup.py Change PyPI link, fix mailing list address, include package's README.txt in long_description.

Dan Korostelev nadako at gmail.com
Tue Dec 16 03:39:31 EST 2008


Log message for revision 94102:
  Change PyPI link, fix mailing list address, include package's README.txt in long_description.

Changed:
  U   zope.app.schema/trunk/setup.py

-=-
Modified: zope.app.schema/trunk/setup.py
===================================================================
--- zope.app.schema/trunk/setup.py	2008-12-16 08:36:09 UTC (rev 94101)
+++ zope.app.schema/trunk/setup.py	2008-12-16 08:39:31 UTC (rev 94102)
@@ -24,11 +24,13 @@
 setup(name='zope.app.schema',
       version = '3.5.1dev',
       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')
           + '\n\n' +
+          read('src', 'zope', 'app', 'schema', 'README.txt')
+          + '\n\n' +
           read('CHANGES.txt')
           ),
       keywords = "zope3 vocabulary registry local component",
@@ -42,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