Skip to content

Commit

Permalink
fix: update setup.py to differentiate between fork and upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
  • Loading branch information
nathan-weinberg committed Jul 18, 2024
1 parent e0b5a8d commit b852d5e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,18 +457,17 @@ def _read_requirements(filename: str) -> List[str]:
package_data["vllm"].append("*.so")

setup(
name="vllm",
name="vllm-odh",
version=get_vllm_version(),
author="vLLM Team",
author="Open Data Hub Community",
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/vllm-project/vllm",
url="https://github.com/opendatahub-io/vllm",
project_urls={
"Homepage": "https://github.com/vllm-project/vllm",
"Documentation": "https://vllm.readthedocs.io/en/latest/",
"Homepage": "https://github.com/opendatahub-io/vllm",
},
classifiers=[
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit b852d5e

Please sign in to comment.