mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
fix: ensure gitignored model_prices JSON is included in wheel/sdist
This commit is contained in:
parent
62df6325b1
commit
c91b44adeb
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue