Skip to content

Commit

Permalink
Mention uv pip behavior in build system note (#9586)
Browse files Browse the repository at this point in the history
xref #9518
  • Loading branch information
zanieb authored Dec 2, 2024
1 parent 81569c4 commit c3904a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/projects/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c3904a6

Please sign in to comment.