[Checkins] SVN: grokui.base/trunk/setup.py Add main README file in generated docs.

Uli Fouquet uli at gnufix.de
Mon Sep 21 10:52:26 EDT 2009


Log message for revision 104392:
  Add main README file in generated docs.
  

Changed:
  U   grokui.base/trunk/setup.py

-=-
Modified: grokui.base/trunk/setup.py
===================================================================
--- grokui.base/trunk/setup.py	2009-09-21 14:49:16 UTC (rev 104391)
+++ grokui.base/trunk/setup.py	2009-09-21 14:52:26 UTC (rev 104392)
@@ -12,9 +12,11 @@
       version='0.1dev',
       description="The Grok administration and development UI (base)",
       long_description=(
-          read(os.path.join('src', 'grokui', 'base', 'README.txt')) +
-          '\n\n' +
-          read('CHANGES.txt')
+        read('README.txt') +
+        '\n\n' +
+        read(os.path.join('src', 'grokui', 'base', 'README.txt')) +
+        '\n\n' +
+        read('CHANGES.txt')
         ),
       # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
       classifiers=[



More information about the checkins mailing list