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