Skip to content

Commit

Permalink
move change history near the top of the page for easier access
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Oct 19, 2010
1 parent 256df15 commit 1348d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -29,6 +29,8 @@ def read(*rnames):
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')
Expand All @@ -46,8 +48,6 @@ def read(*rnames):
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 = [
Expand Down

0 comments on commit 1348d86

Please sign in to comment.