Skip to content

Commit eaa4367

Browse files
aarnphmrussellb
authored andcommitted
[Chore] cleanup license indicators in light of SPDX (vllm-project#17259)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz> Co-authored-by: Russell Bryant <rbryant@redhat.com>
1 parent 7f24f0d commit eaa4367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ build-backend = "setuptools.build_meta"
1515
[project]
1616
name = "vllm"
1717
authors = [{name = "vLLM Team"}]
18-
license = { "file"= "LICENSE" }
18+
license = "Apache-2.0"
19+
license-files = ["LICENSE"]
1920
readme = "README.md"
2021
description = "A high-throughput and memory-efficient inference and serving engine for LLMs"
2122
classifiers = [
2223
"Programming Language :: Python :: 3.9",
2324
"Programming Language :: Python :: 3.10",
2425
"Programming Language :: Python :: 3.11",
2526
"Programming Language :: Python :: 3.12",
26-
"License :: OSI Approved :: Apache Software License",
2727
"Intended Audience :: Developers",
2828
"Intended Audience :: Information Technology",
2929
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)