[Checkins] SVN: zope.app.container/trunk/ Merge CHANGES to README and use README as long_description.

Philipp von Weitershausen philikon at philikon.de
Sat Jul 14 08:24:32 EDT 2007


Log message for revision 77922:
  Merge CHANGES to README and use README as long_description.
  

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

-=-
Deleted: zope.app.container/trunk/CHANGES.txt
===================================================================
--- zope.app.container/trunk/CHANGES.txt	2007-07-14 12:14:31 UTC (rev 77921)
+++ zope.app.container/trunk/CHANGES.txt	2007-07-14 12:24:32 UTC (rev 77922)
@@ -1,11 +0,0 @@
-Changes for zope.app.container
-==============================
-
-2007/06/29 3.5.0a1
-==================
-
-- updated bootstrap to current version
-
-- Store length of BTreeContainer in its own Length object for faster
-  __len__ implementation of huge containers.
-

Modified: zope.app.container/trunk/README.txt
===================================================================
--- zope.app.container/trunk/README.txt	2007-07-14 12:14:31 UTC (rev 77921)
+++ zope.app.container/trunk/README.txt	2007-07-14 12:24:32 UTC (rev 77922)
@@ -1,9 +1,20 @@
-zope.app.container Package Readme
-=================================
+This package define interfaces of container components, and provides
+sample container implementations such as a BTreeContainer and
+OrderedContainer.
 
-Overview
---------
+Changes
+=======
 
-This package define interfaces of container components, and provides
-sample container implementations.
+3.5.0a1 (2007-06-29)
+--------------------
 
+* Updated bootstrap script to current version.
+
+* Store length of BTreeContainer in its own Length object for faster
+  __len__ implementation of huge containers.
+
+3.4.0a1 (2007-04-22)
+--------------------
+
+Initial release as a separate project, corresponds to
+zope.app.container from Zope 3.4.0a1

Modified: zope.app.container/trunk/setup.py
===================================================================
--- zope.app.container/trunk/setup.py	2007-07-14 12:14:31 UTC (rev 77921)
+++ zope.app.container/trunk/setup.py	2007-07-14 12:24:32 UTC (rev 77922)
@@ -27,9 +27,7 @@
       description='Zope container',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      long_description="This package define interfaces of"
-                       "container components, and provides"
-                       "sample container implementations.",
+      long_description=open('README.txt').read(),
 
       packages=find_packages('src'),
       package_dir = {'': 'src'},



More information about the Checkins mailing list