Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed May 3, 2021
1 parent 9b5a1e2 commit 9563278
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 @@ -20,7 +20,7 @@

# Get the long description from the README file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
long_description = f.read().replace('\r\n', '\n')

setup(
name='pySMARTS',
Expand Down

0 comments on commit 9563278

Please sign in to comment.