nit: added urls to pyproject.toml

This adds links to the various URLs from the PyPI page.
This commit is contained in:
Erik Bjäreholt 2024-01-20 16:09:40 +01:00 committed by ishaan-jaff
parent f35c340462
commit dde0bab827

View file

@ -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"