Skip to content

Commit 96ab089

Browse files
author
Alex Kwiatkowski
committed
add project.urls to pyproject.toml
1 parent c4257ef commit 96ab089

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ dependencies = [
2929
"uvicorn >=0.24.0",
3030
]
3131

32+
[project.urls]
33+
Homepage = "https://github.com/rupurt/llm-http-api"
34+
Issues = "https://github.com/rupurt/llm-http-api/issues"
35+
3236
[project.entry-points.llm]
3337
llm_http_api = "llm_http_api"
3438

0 commit comments

Comments
 (0)