[Checkins] SVN: zope.exceptions/trunk/ Merge CHANGES into README and use README as long_description.

Philipp von Weitershausen philikon at philikon.de
Sat Jul 14 08:00:51 EDT 2007


Log message for revision 77920:
  Merge CHANGES into README and use README as long_description.
  

Changed:
  D   zope.exceptions/trunk/CHANGES.txt
  U   zope.exceptions/trunk/README.txt
  U   zope.exceptions/trunk/setup.py

-=-
Deleted: zope.exceptions/trunk/CHANGES.txt
===================================================================
--- zope.exceptions/trunk/CHANGES.txt	2007-07-14 11:58:17 UTC (rev 77919)
+++ zope.exceptions/trunk/CHANGES.txt	2007-07-14 12:00:50 UTC (rev 77920)
@@ -1,25 +0,0 @@
-CHANGES
-=======
-
-3.4.0b1 (2007-07-09)
---------------------
-
-Corresponds to the version of the zope.exceptions package shipped as
-part of the Zope 3.4.0b1 release.
-
-3.2.0 (2006-01-05)
-------------------
-
-Corresponds to the version of the zope.exceptions package shipped as part of
-the Zope 3.2.0 release.
-
-Deprecated the 'INotFoundError' interface and the corresponding
-'NotFoundError' exception class, in favor of "standard" exceptions
-AttributeError, KeyError).  The deprecated items will be removed in
-Zope 3.3.
-
-3.0.0 (2004-11-07)
-------------------
-
-Corresponds to the version of the zope.exceptions package shipped as part of
-the Zope X3.0.0 release.

Modified: zope.exceptions/trunk/README.txt
===================================================================
--- zope.exceptions/trunk/README.txt	2007-07-14 11:58:17 UTC (rev 77919)
+++ zope.exceptions/trunk/README.txt	2007-07-14 12:00:50 UTC (rev 77920)
@@ -1,8 +1,28 @@
-zope.exceptions Package Readme
-==============================
+This package contains exception interfaces and implementations which are so
+general purpose that they don't belong in Zope application-specific packages.
 
-Overview
---------
+CHANGES
+=======
 
-This package contains exception interfaces and implementations which are so
-general purpose that they don't belong in Zope application-specific packages.
+3.4.0b1 (2007-07-09)
+--------------------
+
+Corresponds to the version of the zope.exceptions package shipped as
+part of the Zope 3.4.0b1 release.
+
+3.2.0 (2006-01-05)
+------------------
+
+Corresponds to the version of the zope.exceptions package shipped as part of
+the Zope 3.2.0 release.
+
+Deprecated the 'INotFoundError' interface and the corresponding
+'NotFoundError' exception class, in favor of "standard" exceptions
+AttributeError, KeyError).  The deprecated items will be removed in
+Zope 3.3.
+
+3.0.0 (2004-11-07)
+------------------
+
+Corresponds to the version of the zope.exceptions package shipped as part of
+the Zope X3.0.0 release.

Modified: zope.exceptions/trunk/setup.py
===================================================================
--- zope.exceptions/trunk/setup.py	2007-07-14 11:58:17 UTC (rev 77919)
+++ zope.exceptions/trunk/setup.py	2007-07-14 12:00:50 UTC (rev 77920)
@@ -27,11 +27,8 @@
       description='Zope Exceptions',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      long_description="This package contains exception interfaces "
-                       "and implementations which are so general purpose "
-                       "that they don't belong in a Zope application-specific "
-                       "package.",
-      
+      long_description=open('README.txt').read(),
+
       packages=find_packages('src'),
       package_dir = {'': 'src'},
 



More information about the Checkins mailing list