diff --git a/setup.py b/setup.py index a0ce921433016..790541c007642 100644 --- a/setup.py +++ b/setup.py @@ -440,10 +440,11 @@ def get_requirements() -> List[str]: package_data["vllm"].append("*.so") setuptools.setup( - name="vllm", + name="nm-vllm", version=get_vllm_version(), - author="vLLM Team", - license="Apache 2.0", + author="vLLM Team, Neural Magic", + author_email="support@neuralmagic.com", + license="Custom", description=("A high-throughput and memory-efficient inference and " "serving engine for LLMs"), long_description=read_readme(),