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 64ca9a9 commit 56b6da7Copy full SHA for 56b6da7
MANIFEST.in
@@ -1 +1,2 @@
1
include LICENSE
2
+include sentry_sdk/py.typed
setup.py
@@ -20,7 +20,7 @@
20
long_description=__doc__,
21
packages=find_packages(exclude=("tests", "tests.*")),
22
# PEP 561
23
- package_data={"typedpkg": ["py.typed"]},
+ package_data={"sentry_sdk": ["py.typed"]},
24
zip_safe=False,
25
license="BSD",
26
install_requires=["urllib3", "certifi"],
0 commit comments