Skip to content

Commit ccbce45

Browse files
committed
fix: stylefixes
1 parent d3788da commit ccbce45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
# read the contents of your README file
66
from os import path
7+
78
this_directory = path.abspath(path.dirname(__file__))
8-
with open(path.join(this_directory, 'README.md')) as f:
9+
with open(path.join(this_directory, "README.md")) as f:
910
long_description = f.read()
1011

1112
setup(
@@ -16,7 +17,7 @@
1617
url="https://github.com/getsentry/sentry-sdk",
1718
description="Python client for Sentry (https://getsentry.com)",
1819
long_description=long_description,
19-
long_description_content_type='text/markdown',
20+
long_description_content_type="text/markdown",
2021
packages=find_packages(exclude=("tests", "tests.*")),
2122
zip_safe=False,
2223
license="BSD",

0 commit comments

Comments
 (0)