diff --git a/pyproject.toml b/pyproject.toml index 624e1f94a6..7d050e03ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,11 @@ packages = [ [tool.poetry.urls] homepage = "https://litellm.ai" +Homepage = "https://litellm.ai" repository = "https://github.com/BerriAI/litellm" +Repository = "https://github.com/BerriAI/litellm" documentation = "https://docs.litellm.ai" +Documentation = "https://docs.litellm.ai" [tool.poetry.dependencies] python = ">=3.8.1,<4.0, !=3.9.7"