include py.typed in the distributed package (#1960)
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled

This commit is contained in:
lev-blit 2025-10-01 19:09:28 +03:00 committed by GitHub
parent 6cbdf8767e
commit 82e409e883
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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