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 9bca8b2 commit 72698ccCopy full SHA for 72698cc
setup.py
@@ -11,7 +11,7 @@
11
import smmap
12
13
if os.path.exists("README.md"):
14
- long_description = codecs.open('README.md', "r", "utf-8").read()
+ long_description = codecs.open('README.md', "r", "utf-8").read().replace('\r\n', '\n')
15
else:
16
long_description = "See https://github.com/gitpython-developers/smmap"
17
0 commit comments