1 parent 265be22 commit e2aabc1Copy full SHA for e2aabc1
2 files changed
sentry_sdk/py.typed
setup.py
@@ -19,6 +19,8 @@
19
description="Python client for Sentry (https://getsentry.com)",
20
long_description=__doc__,
21
packages=find_packages(exclude=("tests", "tests.*")),
22
+ # PEP 561
23
+ package_data={"typedpkg": ["py.typed"]},
24
zip_safe=False,
25
license="BSD",
26
install_requires=["urllib3", "certifi"],
0 commit comments