From 3eab194014cce8bdc462df2a37b877019bafec23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Fri, 19 Jan 2024 10:47:29 +0100 Subject: [PATCH] nit: switch to valid SPDX license identifier `MIT` in pyproject.toml See: https://python-poetry.org/docs/pyproject/#license --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38bdd4ca1..1de6783c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "litellm" version = "1.18.4" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] -license = "MIT License" +license = "MIT" readme = "README.md" [tool.poetry.dependencies]