mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
include py.typed in the distributed package (#1960)
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
Some checks failed
Code scanning - action / CodeQL-Build (push) Has been cancelled
This commit is contained in:
parent
6cbdf8767e
commit
82e409e883
2 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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
0
src/debugpy/py.typed
Normal file
Loading…
Add table
Add a link
Reference in a new issue