Skip to content

Commit

Permalink
change what goes into long description
Browse files Browse the repository at this point in the history
  • Loading branch information
bear committed Jun 25, 2015
1 parent 4953f16 commit 2f02725
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ def read(*paths):
license='Apache License 2.0',
packages=find_packages(exclude=['tests*']),
platforms=['Any'],
long_description=(read('README.rst') + '\n\n' +
read('AUTHORS.txt') + '\n\n' +
read('CHANGES.txt')),
long_description=(read('README.rst')),
classifiers=['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 2f02725

Please sign in to comment.