diff --git a/pyproject.toml b/pyproject.toml index 0283f77..53620a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,7 @@ description = "A SDK library for accessing big model apis from Z.ai" authors = ["Z.ai"] readme = "README.md" packages = [{include = "zai", from = "src"}] +include = ["src/zai/py.typed"] [tool.poetry.dependencies] python = ">=3.8,<4.0.0,!=3.9.7 " diff --git a/src/zai/py.typed b/src/zai/py.typed new file mode 100644 index 0000000..e69de29