mirror of https://github.com/astral-sh/uv
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
|
|
@ -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,
|
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
|
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
|
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
|
installable. Similarly, if you add a dependency on a local package or install it with `uv pip`,
|
||||||
build and install it.
|
uv will always attempt to build and install it.
|
||||||
|
|
||||||
## Project packaging
|
## Project packaging
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue