8000
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 8681085 commit e7bc012Copy full SHA for e7bc012
setup.py
@@ -14,9 +14,9 @@
14
name="sentry-sdk",
15
version="0.16.0",
16
author="Sentry Team and Contributors",
17
- author_email="hello@getsentry.com",
+ author_email="hello@sentry.io",
18
url="https://github.com/getsentry/sentry-python",
19
- description="Python client for Sentry (https://getsentry.com)",
+ description="Python client for Sentry (https://sentry.io)",
20
long_description=__doc__,
21
packages=find_packages(exclude=("tests", "tests.*")),
22
# PEP 561
0 commit comments