[Checkins] SVN: zc.table/trunk/ prepare release and use long_description too to show change-history in pypi

Harald Friessnegger harald at webmeisterei.com
Tue May 25 11:06:03 EDT 2010


Log message for revision 112698:
  prepare release and use long_description too to show change-history in pypi

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

-=-
Modified: zc.table/trunk/CHANGES.txt
===================================================================
--- zc.table/trunk/CHANGES.txt	2010-05-25 14:13:03 UTC (rev 112697)
+++ zc.table/trunk/CHANGES.txt	2010-05-25 15:06:03 UTC (rev 112698)
@@ -1,8 +1,7 @@
-================
-zc.table changes
-================
+CHANGES
+=======
 
-0.9.0 (unreleased)
+0.8.1 (2010-05-25)
 ------------------
 
 - replaced html entities with unicode entities since they are xthml valid.

Modified: zc.table/trunk/README.txt
===================================================================
--- zc.table/trunk/README.txt	2010-05-25 14:13:03 UTC (rev 112697)
+++ zc.table/trunk/README.txt	2010-05-25 15:06:03 UTC (rev 112698)
@@ -1,2 +1 @@
-This is a Zope 3 extension that helps with the construction of (HTML) tables.
-Features include dynamic HTML table generation, batching and sorting.
+

Modified: zc.table/trunk/setup.py
===================================================================
--- zc.table/trunk/setup.py	2010-05-25 14:13:03 UTC (rev 112697)
+++ zc.table/trunk/setup.py	2010-05-25 15:06:03 UTC (rev 112698)
@@ -28,7 +28,8 @@
 
     author='Zope Project',
     author_email='zope-dev at zope.org',
-    description=open("README.txt").read() + '\n\n' + open('CHANGES.txt').read(),
+    description="This is a Zope 3 extension that helps with the construction of (HTML) tables. Features include dynamic HTML table generation, batching and sorting.",
+    long_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