From dde0bab8273e51de0b9d40dd0ae5ed005a4ecde7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Sat, 20 Jan 2024 16:09:40 +0100 Subject: [PATCH] nit: added urls to pyproject.toml This adds links to the various URLs from the PyPI page. --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f44ad2fbb7e..98446b79bbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,11 @@ authors = ["BerriAI"] license = "MIT" readme = "README.md" +[tool.poetry.urls] +homepage = "https://litellm.ai" +repository = "https://github.com/BerriAI/litellm" +documentation = "https://docs.litellm.ai" + [tool.poetry.dependencies] python = ">=3.8.1,<4.0, !=3.9.7" openai = ">=1.0.0"