[Checkins] SVN: z3c.recipe.i18n/trunk/setup.py put history closer to the top for readibility

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Oct 7 05:15:57 EDT 2010


Log message for revision 117322:
  put history closer to the top for readibility

Changed:
  U   z3c.recipe.i18n/trunk/setup.py

-=-
Modified: z3c.recipe.i18n/trunk/setup.py
===================================================================
--- z3c.recipe.i18n/trunk/setup.py	2010-10-07 09:09:47 UTC (rev 117321)
+++ z3c.recipe.i18n/trunk/setup.py	2010-10-07 09:15:56 UTC (rev 117322)
@@ -33,13 +33,13 @@
     long_description=(
         read('README.txt')
         + '\n\n' +
+        read('CHANGES.txt')
+        + '\n\n' +
         '**********************\n'
         'Detailed Documentation\n'
         '**********************'
         + '\n\n' +
         read('src', 'z3c', 'recipe', 'i18n', 'README.txt')
-        + '\n\n' +
-        read('CHANGES.txt')
         ),
     license = 'ZPL 2.1',
     keywords = 'zope3 z3c i18n locales extraction recipe',



More information about the checkins mailing list