From 47927a816cc694b8e5e03632c2298789f430add0 Mon Sep 17 00:00:00 2001 From: gyt1085 Date: Fri, 4 Jul 2025 14:48:21 +0800 Subject: [PATCH 1/2] minor: fix a bug when pip install -e . --no-deps --no-build-isolation -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fb45572d265b..cb16ac8df41e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,8 +15,7 @@ build-backend = "setuptools.build_meta" [project] name = "vllm" authors = [{name = "vLLM Team"}] -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } readme = "README.md" description = "A high-throughput and memory-efficient inference and serving engine for LLMs" classifiers = [ From 3c70f76ca9c8cf7acfc9f8e2922c0333f86621d3 Mon Sep 17 00:00:00 2001 From: mlmz <54172054+minleminzui@users.noreply.github.com> Date: Fri, 4 Jul 2025 14:51:54 +0800 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb16ac8df41e..f7c7858f32d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [