From ac39ba0f1d90881d676f799acb79e1b8b6f831a6 Mon Sep 17 00:00:00 2001 From: themylogin Date: Tue, 3 Feb 2026 19:25:17 +0100 Subject: [PATCH] Add py.typed --- pyproject.toml | 3 +++ truenas_api_client/py.typed | 0 2 files changed, 3 insertions(+) create mode 100644 truenas_api_client/py.typed diff --git a/pyproject.toml b/pyproject.toml index 32ca71e..874fbe5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,3 +16,6 @@ midclt = "truenas_api_client:main" [tool.setuptools.packages.find] where = ["."] include = ["truenas_api_client*"] + +[tool.setuptools.package-data] +"truenas_api_client" = ["py.typed"] diff --git a/truenas_api_client/py.typed b/truenas_api_client/py.typed new file mode 100644 index 0000000..e69de29