Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit 76aa5cf

Browse files
committed
Revert "[CI/Build] fix: update setup.py to differentiate between fork and upstream"
1 parent 242ea7e commit 76aa5cf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -457,17 +457,18 @@ def _read_requirements(filename: str) -> List[str]:
457457
package_data["vllm"].append("*.so")
458458

459459
setup(
460-
name="vllm-odh",
460+
name="vllm",
461461
version=get_vllm_version(),
462-
author="Open Data Hub Community",
462+
author="vLLM Team",
463463
license="Apache 2.0",
464464
description=("A high-throughput and memory-efficient inference and "
465465
"serving engine for LLMs"),
466466
long_description=read_readme(),
467467
long_description_content_type="text/markdown",
468-
url="https://github.com/opendatahub-io/vllm",
468+
url="https://github.com/vllm-project/vllm",
469469
project_urls={
470-
"Homepage": "https://github.com/opendatahub-io/vllm",
470+
"Homepage": "https://github.com/vllm-project/vllm",
471+
"Documentation": "https://vllm.readthedocs.io/en/latest/",
471472
},
472473
classifiers=[
473474
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)