We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dee0ad commit fc27b6bCopy full SHA for fc27b6b
1 file changed
setup.py
@@ -19,7 +19,7 @@
19
maintainer=__maintainer__,
20
maintainer_email=__email__,
21
description=Path("README.rst").read_text("utf-8").splitlines()[34],
22
- long_description="\n".join(Path("README.rst").read_text("utf-8").splitlines()[:-4]).replace("|br|", r"\\"),
+ long_description="\n".join(Path("README.rst").read_text("utf-8").splitlines()[:-4]).replace("|br|", "\n"),
23
long_description_content_type="text/x-rst; charset=UTF-8",
24
url="https://github.com/msmdev/pygpcca",
25
download_url="https://pypi.org/project/pygpcca/",
0 commit comments