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

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


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

Changed:
  U   Products.PluginRegistry/branches/1.1/setup.py

-=-
Modified: Products.PluginRegistry/branches/1.1/setup.py
===================================================================
--- Products.PluginRegistry/branches/1.1/setup.py	2008-06-12 16:31:28 UTC (rev 87344)
+++ Products.PluginRegistry/branches/1.1/setup.py	2008-06-12 16:31:34 UTC (rev 87345)
@@ -20,6 +20,7 @@
 _boundary = '\n' + ('-' * 60) + '\n'
 README = ( _package_doc('README.txt')
          + _boundary + _package_doc('CHANGES.txt')
+         + _boundary + "\nDownload\n========"
          )
 
 setup(name='Products.PluginRegistry',



More information about the Checkins mailing list