Unverified Commit 570fb2e9 authored by Woosuk Kwon's avatar Woosuk Kwon Committed by GitHub
Browse files

[PyPI] Fix package info in setup.py (#158)

parent a255885f
...@@ -147,15 +147,14 @@ setuptools.setup( ...@@ -147,15 +147,14 @@ setuptools.setup(
name="vllm", name="vllm",
version=find_version(get_path("vllm", "__init__.py")), version=find_version(get_path("vllm", "__init__.py")),
author="vLLM Team", author="vLLM Team",
author_email="vllm@gmail.com", # FIXME
license="Apache 2.0", license="Apache 2.0",
description="vLLM: Easy, Fast, and Cheap LLM Serving with PagedAttention", # FIXME description="A high-throughput and memory-efficient inference and serving engine for LLMs",
long_description=read_readme(), long_description=read_readme(),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/WoosukKwon/vllm", url="https://github.com/vllm-project/vllm",
project_urls={ project_urls={
"Homepage": "https://github.com/WoosukKwon/vllm", "Homepage": "https://github.com/vllm-project/vllm",
"Documentation": "https://vllm.readthedocs.io/en/latest/", # FIXME "Documentation": "https://vllm.readthedocs.io/en/latest/",
}, },
classifiers=[ classifiers=[
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment