[MISC] update project urls in pyproject.toml (#18519)

Signed-off-by: Andy Xie <andy.xning@gmail.com>
This commit is contained in:
Ning Xie
2025-05-22 11:17:34 +08:00
committed by GitHub
parent 20bd6f4d2e
commit 176d62e4ea

View File

@ -35,8 +35,8 @@ dynamic = [ "version", "dependencies", "optional-dependencies"]
[project.urls]
Homepage="https://github.com/vllm-project/vllm"
Documentation="https://vllm.readthedocs.io/en/latest/"
Slack="http://slack.vllm.ai/"
Documentation="https://docs.vllm.ai/en/latest/"
Slack="https://slack.vllm.ai/"
[project.scripts]
vllm = "vllm.entrypoints.cli.main:main"