From 35ac32e3427578b588f070f2dbc9cde54f268c42 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Mon, 9 Mar 2026 08:36:42 -0400 Subject: [PATCH] GP-0: Certify and README update --- Ghidra/Features/PyGhidra/certification.manifest | 1 + Ghidra/Features/PyGhidra/src/main/py/README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Ghidra/Features/PyGhidra/certification.manifest b/Ghidra/Features/PyGhidra/certification.manifest index ebf8c62a6c..da605c1ad4 100644 --- a/Ghidra/Features/PyGhidra/certification.manifest +++ b/Ghidra/Features/PyGhidra/certification.manifest @@ -17,3 +17,4 @@ src/main/py/LICENSE||GHIDRA||||END| src/main/py/MANIFEST.in||GHIDRA||||END| src/main/py/README.md||GHIDRA||||END| src/main/py/pyproject.toml||GHIDRA||||END| +src/main/py/src/pyghidra/py.typed||GHIDRA||||END| diff --git a/Ghidra/Features/PyGhidra/src/main/py/README.md b/Ghidra/Features/PyGhidra/src/main/py/README.md index 51b91b874e..94d12d5288 100644 --- a/Ghidra/Features/PyGhidra/src/main/py/README.md +++ b/Ghidra/Features/PyGhidra/src/main/py/README.md @@ -575,6 +575,9 @@ __3.1.0__ `support/launch.properties` file. * `ghidra_launch.py` now correctly prioritizes user-defined JVM properties higher than those defined in `support/launch.properties`. +* PyGhidra now includes a + [`py.typed`](https://typing.python.org/en/latest/spec/distributing.html#packaging-type-information) + marker file to inform type checkers that typing is supported. __3.0.2__ * Fixed an issue that prevented [`pyghidra.analysis_properties()`](#pyghidraanalysis_properties)