[Checkins] SVN: z3c.recipe.sphinxdoc/trunk/setup.py set long description to bring in the documentation.

Paul Carduner paulcarduner at gmail.com
Sun May 11 01:00:45 EDT 2008


Log message for revision 86644:
  set long description to bring in the documentation.

Changed:
  U   z3c.recipe.sphinxdoc/trunk/setup.py

-=-
Modified: z3c.recipe.sphinxdoc/trunk/setup.py
===================================================================
--- z3c.recipe.sphinxdoc/trunk/setup.py	2008-05-11 04:54:57 UTC (rev 86643)
+++ z3c.recipe.sphinxdoc/trunk/setup.py	2008-05-11 05:00:45 UTC (rev 86644)
@@ -35,7 +35,7 @@
     version='0.1.0dev',
     author="Paul Carduner",
     description="Use Sphinx to build documentation for zope.org.",
-    long_description=(read('README.txt')
+    long_description=(read(os.path.join('src','z3c','recipe','sphinxdoc','index.txt'))
                       +'\n\n'+
                       read('CHANGES.txt')),
     license="ZPL 2.1",



More information about the Checkins mailing list