[Checkins] SVN: Products.PluggableAuthService/tags/1.5.4/setup.py	fixed rst-syntax
    Michael Howitz 
    mh at gocept.com
       
    Fri Nov 21 02:50:38 EST 2008
    
    
  
Log message for revision 93222:
  fixed rst-syntax
Changed:
  U   Products.PluggableAuthService/tags/1.5.4/setup.py
-=-
Modified: Products.PluggableAuthService/tags/1.5.4/setup.py
===================================================================
--- Products.PluggableAuthService/tags/1.5.4/setup.py	2008-11-21 07:49:45 UTC (rev 93221)
+++ Products.PluggableAuthService/tags/1.5.4/setup.py	2008-11-21 07:50:38 UTC (rev 93222)
@@ -17,10 +17,10 @@
 while VERSION and VERSION[0] in '-_.':
     VERSION = VERSION[1:]
 
-_boundary = '\n' + ('-' * 60) + '\n'
+_boundary = '\n' + ('-' * 60) + '\n\n'
 README = ( _package_doc('README.txt')
          + _boundary + _package_doc('doc/CHANGES.txt')
-         + _boundary + "\nDownload\n========"
+         + _boundary + "Download\n========"
          )
 
 setup(name='Products.PluggableAuthService',
    
    
More information about the Checkins
mailing list