Skip to content

Commit

Permalink
put history closer to the top for readibility
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Oct 7, 2010
1 parent bc8d2ee commit 868b1f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ def read(*rnames):
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',
Expand Down

0 comments on commit 868b1f1

Please sign in to comment.