[Checkins] SVN: zc.catalog/trunk/setup.py move change history near the top of the page for easier access

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Oct 19 03:37:45 EDT 2010


Log message for revision 117744:
  move change history near the top of the page for easier access

Changed:
  U   zc.catalog/trunk/setup.py

-=-
Modified: zc.catalog/trunk/setup.py
===================================================================
--- zc.catalog/trunk/setup.py	2010-10-19 06:55:05 UTC (rev 117743)
+++ zc.catalog/trunk/setup.py	2010-10-19 07:37:44 UTC (rev 117744)
@@ -29,6 +29,8 @@
       long_description=(
           read('README.txt')
           + '\n\n.. contents::\n\n' +
+          read('CHANGES.txt')
+          + '\n\n' +
           read('src', 'zc', 'catalog', 'valueindex.txt')
           + '\n\n' +
           read('src', 'zc', 'catalog', 'setindex.txt')
@@ -46,8 +48,6 @@
           read('src', 'zc', 'catalog', 'callablewrapper.txt')
           + '\n\n' +
           read('src', 'zc', 'catalog', 'browser', 'README.txt')
-          + '\n\n' +
-          read('CHANGES.txt')
           ),
       keywords = "zope3 i18n date time duration catalog index",
       classifiers = [



More information about the checkins mailing list