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

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


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

Changed:
  U   Products.PluggableAuthService/branches/1.5/setup.py

-=-
Modified: Products.PluggableAuthService/branches/1.5/setup.py
===================================================================
--- Products.PluggableAuthService/branches/1.5/setup.py	2008-06-12 16:21:20 UTC (rev 87340)
+++ Products.PluggableAuthService/branches/1.5/setup.py	2008-06-12 16:31:19 UTC (rev 87341)
@@ -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