mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
nit: added urls to pyproject.toml
This adds links to the various URLs from the PyPI page.
This commit is contained in:
parent
f35c340462
commit
dde0bab827
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue