Merge pull request #26369 from stuxf/fix/license-metadata

chore(packaging): declare MIT license in litellm-proxy-extras metadata
This commit is contained in:
yuneng-jiang 2026-04-24 13:01:52 -07:00 committed by GitHub
commit 3c3ef7ec9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@ version = "0.4.68"
description = "Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package."
readme = "README.md"
requires-python = ">=3.9"
license = "MIT"
license-files = ["LICENSE"]
authors = [
{ name = "BerriAI" },