Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
570fb2e9
Unverified
Commit
570fb2e9
authored
Jun 19, 2023
by
Woosuk Kwon
Committed by
GitHub
Jun 19, 2023
Browse files
[PyPI] Fix package info in setup.py (#158)
parent
a255885f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
setup.py
setup.py
+4
-5
No files found.
setup.py
View file @
570fb2e9
...
...
@@ -147,15 +147,14 @@ setuptools.setup(
name
=
"vllm"
,
version
=
find_version
(
get_path
(
"vllm"
,
"__init__.py"
)),
author
=
"vLLM Team"
,
author_email
=
"vllm@gmail.com"
,
# FIXME
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_content_type
=
"text/markdown"
,
url
=
"https://github.com/
WoosukKwon
/vllm"
,
url
=
"https://github.com/
vllm-project
/vllm"
,
project_urls
=
{
"Homepage"
:
"https://github.com/
WoosukKwon
/vllm"
,
"Documentation"
:
"https://vllm.readthedocs.io/en/latest/"
,
# FIXME
"Homepage"
:
"https://github.com/
vllm-project
/vllm"
,
"Documentation"
:
"https://vllm.readthedocs.io/en/latest/"
,
},
classifiers
=
[
"Programming Language :: Python :: 3.8"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment