fix: ensure gitignored model_prices JSON is included in wheel/sdist

This commit is contained in:
Chesars 2026-03-22 00:14:29 -03:00
parent 62df6325b1
commit c91b44adeb

View File

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