Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Sep 19, 2012
1 parent c3fe31a commit e9847eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -29,17 +29,17 @@ def read(*rnames):
version = '1.0.1'

long_description = (
read('README.rst')
open('README.rst').read()
+ '\n' +
'Contributors\n'
'************\n'
+ '\n' +
read('CONTRIBUTORS.txt')
open('CONTRIBUTORS.txt').read()
+ '\n' +
'Change history\n'
'**************\n'
+ '\n' +
read('CHANGES.txt')
open('CHANGES.txt').read()
+ '\n' +
'Download\n'
'********\n')
Expand Down

0 comments on commit e9847eb

Please sign in to comment.