From 05205b5e6edd070d623cdbc2198ff30c4aa69f5a Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 1 Apr 2025 15:50:35 -0500 Subject: [PATCH] Add note about `uv build` to `package = false` --- docs/concepts/projects/config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/concepts/projects/config.md b/docs/concepts/projects/config.md index e610111a88a62..de281bee3bbd4 100644 --- a/docs/concepts/projects/config.md +++ b/docs/concepts/projects/config.md @@ -157,7 +157,8 @@ Setting `tool.uv.package = true` will force a project to be built and installed environment. If no build system is defined, uv will use the setuptools legacy backend. Setting `tool.uv.package = false` will force a project package _not_ to be built and installed into -the project environment. uv will ignore a declared build system when interacting with the project. +the project environment. uv will ignore a declared build system when interacting with the project; +however, uv will still respect explicit attempts to build the project such as invoking `uv build`. ## Project environment path