From c3904a65c4af28255b933e97dc74cf39a00a766a Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Mon, 2 Dec 2024 16:56:46 -0600 Subject: [PATCH] Mention `uv pip` behavior in build system note (#9586) xref https://github.com/astral-sh/uv/issues/9518 --- 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 87b11b5d2..3fa7c0888 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