Skip to content

Commit 9563278

Browse files
committed
update setup.py
1 parent 9b5a1e2 commit 9563278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

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

2525
setup(
2626
name='pySMARTS',

0 commit comments

Comments
 (0)