feat: support py typed (#51)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tomsun28 2025-12-08 14:43:40 +08:00 committed by GitHub
parent 8b5cdaa132
commit b39f4b290f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 0 deletions

View file

@ -5,6 +5,7 @@ description = "A SDK library for accessing big model apis from Z.ai"
authors = ["Z.ai"] authors = ["Z.ai"]
readme = "README.md" readme = "README.md"
packages = [{include = "zai", from = "src"}] packages = [{include = "zai", from = "src"}]
include = ["zai/py.typed"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8,<4.0.0,!=3.9.7 " python = ">=3.8,<4.0.0,!=3.9.7 "

0
src/zai/py.typed Normal file
View file