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"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
packages = [
|
||||
{ include = "litellm" },
|
||||
{ include = "litellm/py.typed"},
|
||||
]
|
||||
|
||||
[tool.poetry.urls]
|
||||
homepage = "https://litellm.ai"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue