Skip to content

Commit

Permalink
Updating setup.py as per #146
Browse files Browse the repository at this point in the history
  • Loading branch information
s-n-g authored Jan 9, 2022
1 parent cd3ee2d commit c1e6e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(filename):
name=__project__,
version=version,
license=__license__,
description=read('DESCRIPTION'),
description=read('DESCRIPTION').rstrip(),
long_description=read('README.md'),
platforms=('Any'),
author='Ben Dowling',
Expand Down

0 comments on commit c1e6e44

Please sign in to comment.