[Checkins] SVN: zc.table/trunk/ move long description to README.txt, since the buildout wants this

Fred L. Drake, Jr. fdrake at gmail.com
Fri Jun 30 16:17:18 EDT 2006


Log message for revision 68932:
  move long description to README.txt, since the buildout wants this

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

-=-
Added: zc.table/trunk/README.txt
===================================================================
--- zc.table/trunk/README.txt	2006-06-30 19:25:53 UTC (rev 68931)
+++ zc.table/trunk/README.txt	2006-06-30 20:17:18 UTC (rev 68932)
@@ -0,0 +1,2 @@
+This is a Zope 3 extension that helps with the construction of (HTML) tables.
+Features include dynamic HTML table generation, batching and sorting.


Property changes on: zc.table/trunk/README.txt
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:eol-style
   + native

Modified: zc.table/trunk/setup.py
===================================================================
--- zc.table/trunk/setup.py	2006-06-30 19:25:53 UTC (rev 68931)
+++ zc.table/trunk/setup.py	2006-06-30 20:17:18 UTC (rev 68932)
@@ -18,10 +18,7 @@
     zip_safe=False,
     author='Zope Project',
     author_email='zope3-dev at zope.org',
-    description="""\
-This is a Zope 3 extension that helps with the construction of (HTML) tables.
-Features include dynamic HTML table generation, batching and sorting.
-""",
+    description=open("README.txt").read(),
     license='ZPL',
     keywords="zope zope3",
     )



More information about the Checkins mailing list