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 27aa47b commit 5902a90Copy full SHA for 5902a90
setup.py
@@ -7,7 +7,7 @@
7
8
this_directory = path.abspath(path.dirname(__file__))
9
with open(path.join(this_directory, "README.md")) as f:
10
- long_description = "".join(f.read().splitlines()[6:])
+ long_description = "\n".join(f.read().splitlines()[6:])
11
12
setup(
13
name="sentry-sdk",
0 commit comments