fix: ensure gitignored model_prices JSON is included in wheel/sdist
This commit is contained in:
parent
62df6325b1
commit
c91b44adeb
@ -9,6 +9,9 @@ packages = [
|
||||
{ include = "litellm" },
|
||||
{ include = "litellm/py.typed"},
|
||||
]
|
||||
include = [
|
||||
{ path = "litellm/model_prices_and_context_window.json", format = ["wheel", "sdist"] }
|
||||
]
|
||||
|
||||
[tool.poetry.urls]
|
||||
homepage = "https://litellm.ai"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user