Skip to content

Commit

Permalink
Merge pull request #95 from nathan-weinberg/setup-update
Browse files Browse the repository at this point in the history
[CI/Build] fix: update setup.py to differentiate between fork and upstream
  • Loading branch information
openshift-merge-bot[bot] authored Jul 19, 2024
2 parents 7840381 + f852ac7 commit dbf51c4
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 dbf51c4

Please sign in to comment.