[Checkins] SVN: bobo/trunk/bobodoctestumentation/ Moved long description into README.txt.

Jim Fulton jim at zope.com
Tue Jun 16 05:28:44 EDT 2009


Log message for revision 101064:
  Moved long description into README.txt.
  

Changed:
  A   bobo/trunk/bobodoctestumentation/README.txt
  U   bobo/trunk/bobodoctestumentation/setup.py

-=-
Added: bobo/trunk/bobodoctestumentation/README.txt
===================================================================
--- bobo/trunk/bobodoctestumentation/README.txt	                        (rev 0)
+++ bobo/trunk/bobodoctestumentation/README.txt	2009-06-16 09:28:44 UTC (rev 101064)
@@ -0,0 +1,4 @@
+The bobo documentation and tests are broken out into a separate project
+to keep the bobo distribution as small as possible.
+
+This package provides documentation and tests for the bobo package.


Property changes on: bobo/trunk/bobodoctestumentation/README.txt
___________________________________________________________________
Added: svn:eol-style
   + native

Modified: bobo/trunk/bobodoctestumentation/setup.py
===================================================================
--- bobo/trunk/bobodoctestumentation/setup.py	2009-06-16 09:24:59 UTC (rev 101063)
+++ bobo/trunk/bobodoctestumentation/setup.py	2009-06-16 09:28:44 UTC (rev 101064)
@@ -14,11 +14,6 @@
 name = 'bobodoctestumentation'
 version = '0.0.0'
 
-long_description = """\
-The bobo documentation and tests are broken out into a separate project
-to keep the bobo distribution as small as possible.
-"""
-
 from setuptools import setup
 
 setup(
@@ -29,7 +24,7 @@
     description = "Bobo tests and documentation",
     license = "ZPL 2.1",
     url='http://www.python.org/pypi/'+name,
-    long_description=long_description,
+    long_description=open('README.txt').read(),
 
     packages = ['bobodoctestumentation'],
     package_dir = {'':'src'},



More information about the Checkins mailing list