mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
chore(packaging): declare proprietary license in litellm-enterprise metadata
The enterprise package ships under the BerriAI Enterprise License defined in enterprise/LICENSE.md, which is not an SPDX-listed license. Declare it via PEP 639's LicenseRef-Proprietary expression so metadata-reading tools (PyPI classifiers, Nexus IQ, pip-licenses) resolve it instead of reporting License-None. The existing license-files entry already ships the full terms.
This commit is contained in:
parent
082a8faf46
commit
5d8ef97fa1
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@ version = "0.1.38"
|
|||
description = "Package for LiteLLM Enterprise features"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
license = "LicenseRef-Proprietary"
|
||||
license-files = ["LICENSE.md"]
|
||||
authors = [
|
||||
{ name = "BerriAI" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue