forked from phoenix/litellm-mirror
feature #360 - Distribute py.typed
This commit is contained in:
parent
838e966baf
commit
0e02f230b9
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ description = "Library to easily interface with LLM API providers"
|
||||||
authors = ["BerriAI"]
|
authors = ["BerriAI"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
packages = [
|
||||||
|
{ include = "litellm" },
|
||||||
|
{ include = "litellm/py.typed"},
|
||||||
|
]
|
||||||
|
|
||||||
[tool.poetry.urls]
|
[tool.poetry.urls]
|
||||||
homepage = "https://litellm.ai"
|
homepage = "https://litellm.ai"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue