[Checkins] SVN: zc.table/trunk/ include changes in pkginfo (hopefully does not break rst)

Harald Friessnegger harald at webmeisterei.com
Tue May 25 07:07:59 EDT 2010


Log message for revision 112682:
  include changes in pkginfo (hopefully does not break rst)

Changed:
  U   zc.table/trunk/CHANGES.txt
  U   zc.table/trunk/setup.py

-=-
Modified: zc.table/trunk/CHANGES.txt
===================================================================
--- zc.table/trunk/CHANGES.txt	2010-05-25 11:04:12 UTC (rev 112681)
+++ zc.table/trunk/CHANGES.txt	2010-05-25 11:07:59 UTC (rev 112682)
@@ -6,6 +6,7 @@
 ------------------
 
 - replaced html entities with unicode entities since they are xthml valid.
+  [fRiSi]
 
 0.8.0 (2009-07-23)
 ------------------

Modified: zc.table/trunk/setup.py
===================================================================
--- zc.table/trunk/setup.py	2010-05-25 11:04:12 UTC (rev 112681)
+++ zc.table/trunk/setup.py	2010-05-25 11:07:59 UTC (rev 112682)
@@ -28,7 +28,7 @@
 
     author='Zope Project',
     author_email='zope-dev at zope.org',
-    description=open("README.txt").read(),
+    description=open("README.txt").read() + '\n\n' + open('CHANGES.txt').read(),
     license='ZPL',
     keywords="zope zope3",
     zip_safe=False,



More information about the checkins mailing list