[Checkins] SVN: zope.schema/trunk/ Improve package's description.
    Dan Korostelev 
    nadako at gmail.com
       
    Mon Mar  9 19:24:48 EDT 2009
    
    
  
Log message for revision 97742:
  Improve package's description.
Changed:
  U   zope.schema/trunk/CHANGES.txt
  U   zope.schema/trunk/setup.py
-=-
Modified: zope.schema/trunk/CHANGES.txt
===================================================================
--- zope.schema/trunk/CHANGES.txt	2009-03-09 23:22:50 UTC (rev 97741)
+++ zope.schema/trunk/CHANGES.txt	2009-03-09 23:24:48 UTC (rev 97742)
@@ -11,7 +11,7 @@
 - Change package's mailing list address to zope-dev at zope.org, as
   zope3-dev at zope.org is now retired.
 
-- Fix package's documentation formatting.
+- Fix package's documentation formatting. Change package's description.
 
 - Remove zpkg-related file.
 
Modified: zope.schema/trunk/setup.py
===================================================================
--- zope.schema/trunk/setup.py	2009-03-09 23:22:50 UTC (rev 97741)
+++ zope.schema/trunk/setup.py	2009-03-09 23:24:48 UTC (rev 97742)
@@ -25,7 +25,7 @@
       version = '3.5.3dev',
       url='http://pypi.python.org/pypi/zope.schema',
       license='ZPL 2.1',
-      description='Zope Data Schemas',
+      description='zope.interface extension for defining data schemas',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       long_description=(read('src', 'zope', 'schema', 'README.txt')
    
    
More information about the Checkins
mailing list