Skip to content

Commit 82e409e

Browse files
authored
include py.typed in the distributed package (#1960)
1 parent 6cbdf87 commit 82e409e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def tail_is(*suffixes):
186186
"debugpy._vendored",
187187
],
188188
package_data={
189-
"debugpy": ["ThirdPartyNotices.txt"],
189+
"debugpy": ["ThirdPartyNotices.txt", "py.typed"],
190190
"debugpy._vendored": [
191191
# pydevd extensions must be built before this list can be computed properly,
192192
# so it is populated in the overridden build_py.finalize_options().

src/debugpy/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)