From 40f1ca26bf6b27c269ef292db5625ddb2b9ab058 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 2 Dec 2024 16:25:26 -0600 Subject: [PATCH] Mention `uv pip` behavior in build system note --- docs/concepts/projects/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/projects/config.md b/docs/concepts/projects/config.md index 87b11b5d224f7..3fa7c088890c5 100644 --- a/docs/concepts/projects/config.md +++ b/docs/concepts/projects/config.md @@ -116,8 +116,8 @@ with the default build system. the presence of a `[build-system]` table is not required in other packages. For legacy reasons, if a build system is not defined, then `setuptools.build_meta:__legacy__` is used to build the package. Packages you depend on may not explicitly declare their build system but are still - installable. Similarly, if you add a dependency on a local package, uv will always attempt to - build and install it. + installable. Similarly, if you add a dependency on a local package or install it with `uv pip`, + uv will always attempt to build and install it. ## Project packaging