Skip to content

Commit

Permalink
Remove trilling lines to prevent issue with setuptools:
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonx2rt committed Nov 15, 2021
1 parent 934b2b9 commit d2cb454
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 @@ -36,7 +36,7 @@

def read(fname):
try:
return open(os.path.join(os.path.dirname(__file__), fname), 'r').read()
return open(os.path.join(os.path.dirname(__file__), fname), 'r').read().strip()
except IOError:
return u''

Expand Down

0 comments on commit d2cb454

Please sign in to comment.