[Checkins] SVN: five.pt/trunk/setup.py rest needs a newline here

Wichert Akkerman wichert at wiggy.net
Thu May 13 08:33:28 EDT 2010


Log message for revision 112277:
  rest needs a newline here

Changed:
  U   five.pt/trunk/setup.py

-=-
Modified: five.pt/trunk/setup.py
===================================================================
--- five.pt/trunk/setup.py	2010-05-13 12:24:24 UTC (rev 112276)
+++ five.pt/trunk/setup.py	2010-05-13 12:33:28 UTC (rev 112277)
@@ -5,7 +5,7 @@
 setup(name='five.pt',
       version=version,
       description="Five bridges and patches to use Chameleon with Zope 2.",
-      long_description=open("README.txt").read() + open("CHANGES.txt").read(),
+      long_description=open("README.txt").read() + "\n" + open("CHANGES.txt").read(),
       classifiers=[
         "Framework :: Zope2",
         "Programming Language :: Python",



More information about the checkins mailing list