We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4953f16 commit 2f02725Copy full SHA for 2f02725
setup.py
@@ -18,9 +18,7 @@ def read(*paths):
18
license='Apache License 2.0',
19
packages=find_packages(exclude=['tests*']),
20
platforms=['Any'],
21
- long_description=(read('README.rst') + '\n\n' +
22
- read('AUTHORS.txt') + '\n\n' +
23
- read('CHANGES.txt')),
+ long_description=(read('README.rst')),
24
classifiers=['Development Status :: 5 - Production/Stable',
25
'Intended Audience :: Developers',
26
'License :: OSI Approved :: Apache Software License',
0 commit comments