uv/crates/uv-build-frontend
konsti 90e9287dd8
Warn for builds in non-build and workspace root pyproject.toml (#11394)
When running `uv pip install .` in a directory with a pyproject.toml
that does not configure a build, we will invoke setuptools and get a
wheel we can't parse (https://github.com/astral-sh/uv/issues/11344).
This PR adds warnings around these setups.

---------

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
2025-02-17 15:57:18 +00:00
..
src Warn for builds in non-build and workspace root pyproject.toml (#11394) 2025-02-17 15:57:18 +00:00
.gitignore Rename uv-build to uv-build-frontend (#7688) 2024-09-25 14:17:54 -04:00
Cargo.toml Warn for builds in non-build and workspace root pyproject.toml (#11394) 2025-02-17 15:57:18 +00:00