include py.typed in the distributed package

This commit is contained in:
Lev Blit 2025-09-27 13:56:39 +03:00
parent 6cbdf8767e
commit 277ee471e0
2 changed files with 1 additions and 1 deletions

View file

@ -186,7 +186,7 @@ if __name__ == "__main__":
"debugpy._vendored",
],
package_data={
"debugpy": ["ThirdPartyNotices.txt"],
"debugpy": ["ThirdPartyNotices.txt", "py.typed"],
"debugpy._vendored": [
# pydevd extensions must be built before this list can be computed properly,
# so it is populated in the overridden build_py.finalize_options().

0
src/debugpy/py.typed Normal file
View file