Skip to content

Commit 5902a90

Browse files
committed
fix: bugfix in setup.py readme again
1 parent 27aa47b commit 5902a90

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
@@ -7,7 +7,7 @@
77

88
this_directory = path.abspath(path.dirname(__file__))
99
with open(path.join(this_directory, "README.md")) as f:
10-
long_description = "".join(f.read().splitlines()[6:])
10+
long_description = "\n".join(f.read().splitlines()[6:])
1111

1212
setup(
1313
name="sentry-sdk",

0 commit comments

Comments
 (0)