We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91fee79 commit 3054397Copy full SHA for 3054397
gnatdbg/py.typed
setup.py
@@ -21,4 +21,5 @@
21
packages=["gnatdbg"],
22
# This requires to be run in GDB's embedded Python interpreter
23
requires=[],
24
+ package_data={"gnatdbg": ["py.typed"]},
25
)
0 commit comments