feat: support py typed (#51)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
8b5cdaa132
commit
b39f4b290f
2 changed files with 1 additions and 0 deletions
|
|
@ -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
0
src/zai/py.typed
Normal file
Loading…
Reference in a new issue