Merge pull request #1515 from ErikBjare/patch-1

nit: switch to valid SPDX license identifier `MIT` in pyproject.toml
This commit is contained in:
Ishaan Jaff
2024-01-19 08:03:39 -08:00
committed by GitHub
+1 -1
View File
@@ -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]