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.
1 parent 9b5a1e2 commit 9563278Copy full SHA for 9563278
setup.py
@@ -20,7 +20,7 @@
20
21
# Get the long description from the README file
22
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
23
- long_description = f.read()
+ long_description = f.read().replace('\r\n', '\n')
24
25
setup(
26
name='pySMARTS',
0 commit comments