Skip to content

Commit

Permalink
Revert "[CI/Build] fix: update setup.py to differentiate between fork…
Browse files Browse the repository at this point in the history
… and upstream"
  • Loading branch information
dtrifiro committed Jul 19, 2024
1 parent c046d23 commit 9ce083b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,17 +457,18 @@ def _read_requirements(filename: str) -> List[str]:
package_data["vllm"].append("*.so")

setup(
name="vllm-odh",
name="vllm",
version=get_vllm_version(),
author="Open Data Hub Community",
author="vLLM Team",
license="Apache 2.0",
description=("A high-throughput and memory-efficient inference and "
"serving engine for LLMs"),
long_description=read_readme(),
long_description_content_type="text/markdown",
url="https://github.com/opendatahub-io/vllm",
url="https://github.com/vllm-project/vllm",
project_urls={
"Homepage": "https://github.com/opendatahub-io/vllm",
"Homepage": "https://github.com/vllm-project/vllm",
"Documentation": "https://vllm.readthedocs.io/en/latest/",
},
classifiers=[
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 9ce083b

Please sign in to comment.