[Checkins] SVN: z3c.searcher/trunk/setup.py update setup, use full documentation

Roger Ineichen roger at projekt01.ch
Sun Feb 22 00:25:08 EST 2009


Log message for revision 96987:
  update setup, use full documentation

Changed:
  U   z3c.searcher/trunk/setup.py

-=-
Modified: z3c.searcher/trunk/setup.py
===================================================================
--- z3c.searcher/trunk/setup.py	2009-02-22 05:21:40 UTC (rev 96986)
+++ z3c.searcher/trunk/setup.py	2009-02-22 05:25:08 UTC (rev 96987)
@@ -30,8 +30,14 @@
     long_description=(
         read('README.txt')
         + '\n\n' +
+        'Detailed Documentation\n'
+        '**********************\n'
+        + '\n\n' +
+        read('src', 'z3c', 'searcher', 'README.txt')
+        + '\n\n' +
         read('CHANGES.txt')
         ),
+
     license = "ZPL 2.1",
     keywords = "zope3 z3c catalog index indexer search searcher",
     classifiers = [



More information about the Checkins mailing list