From da7f1b2bf8f01ac3e0c3a098ad7248ad8308a56d Mon Sep 17 00:00:00 2001 From: Jannis Harder Date: Thu, 30 Nov 2023 16:35:17 +0100 Subject: [PATCH] Mark python package as fully typed --- pyproject.toml | 4 ++++ src/yosys_mau/py.typed | 0 2 files changed, 4 insertions(+) create mode 100644 src/yosys_mau/py.typed diff --git a/pyproject.toml b/pyproject.toml index 7f319f5..45aa9af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,10 @@ dev = [ requires = ["setuptools >= 61.0.0"] build-backend = "setuptools.build_meta" +[tool.setuptools.package-data] +"*" = ["py.typed"] + + [tool.black] line-length = 100 diff --git a/src/yosys_mau/py.typed b/src/yosys_mau/py.typed new file mode 100644 index 0000000..e69de29