mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Mention uv pip
behavior in build system note (#9586)
xref https://github.com/astral-sh/uv/issues/9518
This commit is contained in:
parent
81569c47bf
commit
c3904a65c4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue