feature #360 - Distribute py.typed

This commit is contained in:
Michael Slattery 2024-05-30 14:36:04 -04:00 committed by Mike Slattery
parent 838e966baf
commit 0e02f230b9

View file

@ -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"