forked from phoenix/litellm-mirror
Merge pull request #3925 from mikeslattery/main
feature - Types for mypy - issue #360
This commit is contained in:
commit
a3251a4b07
2 changed files with 6 additions and 0 deletions
2
litellm/py.typed
Normal file
2
litellm/py.typed
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Marker file to instruct type checkers to look for inline type annotations in this package.
|
||||
# See PEP 561 for more information.
|
|
@ -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