We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f24f0d commit eaa4367Copy full SHA for eaa4367
pyproject.toml
@@ -15,15 +15,15 @@ build-backend = "setuptools.build_meta"
15
[project]
16
name = "vllm"
17
authors = [{name = "vLLM Team"}]
18
-license = { "file"= "LICENSE" }
+license = "Apache-2.0"
19
+license-files = ["LICENSE"]
20
readme = "README.md"
21
description = "A high-throughput and memory-efficient inference and serving engine for LLMs"
22
classifiers = [
23
"Programming Language :: Python :: 3.9",
24
"Programming Language :: Python :: 3.10",
25
"Programming Language :: Python :: 3.11",
26
"Programming Language :: Python :: 3.12",
- "License :: OSI Approved :: Apache Software License",
27
"Intended Audience :: Developers",
28
"Intended Audience :: Information Technology",
29
"Intended Audience :: Science/Research",
0 commit comments