chore(packaging): declare MIT license in litellm-proxy-extras metadata

litellm-proxy-extras ships a LICENSE file with MIT terms but did not
declare a `license` SPDX expression in its pyproject.toml, so tools
that read the metadata (PyPI, Nexus IQ, pip-licenses) reported
License-None for every published version. Add the explicit expression
so downstream scanners resolve the declared license.
This commit is contained in:
user 2026-04-23 23:55:19 +00:00
parent c95cac5d46
commit d60734392b
No known key found for this signature in database

View file

@ -4,6 +4,7 @@ version = "0.4.67"
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" },