We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eeaa606 + c1e6e44 commit bc73ea8Copy full SHA for bc73ea8
setup.py
@@ -23,7 +23,7 @@ def read(filename):
23
name=__project__,
24
version=version,
25
license=__license__,
26
- description=read('DESCRIPTION'),
+ description=read('DESCRIPTION').rstrip(),
27
long_description=read('README.md'),
28
platforms=('Any'),
29
author='Ben Dowling',
0 commit comments