From af87f23073b694c7f0b5d7a9765fc32ab07c3717 Mon Sep 17 00:00:00 2001 From: Roman Lutz Date: Sun, 21 Dec 2025 06:55:18 -0800 Subject: [PATCH] add py.typed to help with mypy type checking for consuming packages --- pyproject.toml | 3 +++ pyrit/py.typed | 0 2 files changed, 3 insertions(+) create mode 100644 pyrit/py.typed diff --git a/pyproject.toml b/pyproject.toml index dcaa9b0bf0..55947bc8f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,6 +175,9 @@ build-backend = "setuptools.build_meta" [tool.setuptools.packages.find] include = ["pyrit", "pyrit.*"] +[tool.setuptools.package-data] +pyrit = ["py.typed"] + [tool.jupytext] formats = "ipynb,py:percent" diff --git a/pyrit/py.typed b/pyrit/py.typed new file mode 100644 index 0000000000..e69de29bb2