diff --git a/MANIFEST.in b/MANIFEST.in index 1aba38f67a..86a2426325 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include LICENSE +include sentry_sdk/py.typed diff --git a/setup.py b/setup.py index b3da34cccb..4b3631c1c7 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ long_description=__doc__, packages=find_packages(exclude=("tests", "tests.*")), # PEP 561 - package_data={"typedpkg": ["py.typed"]}, + package_data={"sentry_sdk": ["py.typed"]}, zip_safe=False, license="BSD", install_requires=["urllib3", "certifi"],