[Checkins] SVN: Products.PluggableAuthService/trunk/setup.py - adding download link to the table of contents

Jens Vagelpohl jens at dataflake.org
Thu Jun 12 12:31:23 EDT 2008


Log message for revision 87342:
  - adding download link to the table of contents

Changed:
  U   Products.PluggableAuthService/trunk/setup.py

-=-
Modified: Products.PluggableAuthService/trunk/setup.py
===================================================================
--- Products.PluggableAuthService/trunk/setup.py	2008-06-12 16:31:19 UTC (rev 87341)
+++ Products.PluggableAuthService/trunk/setup.py	2008-06-12 16:31:22 UTC (rev 87342)
@@ -20,6 +20,7 @@
 _boundary = '\n' + ('-' * 60) + '\n'
 README = ( _package_doc('README.txt')
          + _boundary + _package_doc('doc/CHANGES.txt')
+         + _boundary + "\nDownload\n========"
          )
 
 setup(name='Products.PluggableAuthService',



More information about the Checkins mailing list