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