Unverified Commit 2c89cd96 authored by Aaron Pham's avatar Aaron Pham Committed by GitHub
Browse files

[Chore] cleanup license indicators in light of SPDX (#17259)


Signed-off-by: default avatarAaron Pham <contact@aarnphm.xyz>
Co-authored-by: default avatarRussell Bryant <rbryant@redhat.com>
parent a0304dc5
...@@ -15,7 +15,8 @@ build-backend = "setuptools.build_meta" ...@@ -15,7 +15,8 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "vllm" name = "vllm"
authors = [{name = "vLLM Team"}] authors = [{name = "vLLM Team"}]
license = { "file"= "LICENSE" } license = "Apache-2.0"
license-files = ["LICENSE"]
readme = "README.md" readme = "README.md"
description = "A high-throughput and memory-efficient inference and serving engine for LLMs" description = "A high-throughput and memory-efficient inference and serving engine for LLMs"
classifiers = [ classifiers = [
...@@ -23,7 +24,6 @@ classifiers = [ ...@@ -23,7 +24,6 @@ classifiers = [
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Apache Software License",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Intended Audience :: Information Technology", "Intended Audience :: Information Technology",
"Intended Audience :: Science/Research", "Intended Audience :: Science/Research",
......
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