Skip to content

Commit 2f02725

Browse files
committed
change what goes into long description
1 parent 4953f16 commit 2f02725

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ def read(*paths):
1818
license='Apache License 2.0',
1919
packages=find_packages(exclude=['tests*']),
2020
platforms=['Any'],
21-
long_description=(read('README.rst') + '\n\n' +
22-
read('AUTHORS.txt') + '\n\n' +
23-
read('CHANGES.txt')),
21+
long_description=(read('README.rst')),
2422
classifiers=['Development Status :: 5 - Production/Stable',
2523
'Intended Audience :: Developers',
2624
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)