Skip to content

Commit e2aabc1

Browse files
committed
feat: Mark package as having typehints
Fix getsentry#375
1 parent 265be22 commit e2aabc1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sentry_sdk/py.typed

Whitespace-only changes.

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
description="Python client for Sentry (https://getsentry.com)",
2020
long_description=__doc__,
2121
packages=find_packages(exclude=("tests", "tests.*")),
22+
# PEP 561
23+
package_data={"typedpkg": ["py.typed"]},
2224
zip_safe=False,
2325
license="BSD",
2426
install_requires=["urllib3", "certifi"],

0 commit comments

Comments
 (0)