mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
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:
parent
c95cac5d46
commit
d60734392b
1 changed files with 1 additions and 0 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue