Skip to content

Commit

Permalink
Shorten long description
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitlock committed Feb 24, 2015
1 parent 3ad2f5d commit 8fb961d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Expand Up @@ -74,8 +74,5 @@ def read(*paths):
],
include_package_data=True,
package_data=package_data,
long_description=(
read('README.rst') + '\n\n' +
read('CHANGELOG.rst') + '\n\n' +
read('AUTHORS.rst'))
long_description=read('README.rst')
)

0 comments on commit 8fb961d

Please sign in to comment.