Update pyproject.toml

This commit is contained in:
mlmz 2025-07-04 14:51:54 +08:00 committed by GitHub
parent 47927a816c
commit 3c70f76ca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "vllm"
authors = [{name = "vLLM Team"}]
license = { text = "Apache-2.0" }
license = { file = "LICENSE" }
readme = "README.md"
description = "A high-throughput and memory-efficient inference and serving engine for LLMs"
classifiers = [