uv/crates/uv-build-backend
konsti 39fe2d9eac
Error early for parent path in build backend (#15733)
Paths referencing above the directory of the `pyproject.toml`, such as
`module-root = ".."`, are not supported by the build backend. The check
that should catch was not working properly, so the source distribution
built successfully and only the wheel build failed. We now error early.
The same fix is applied to data includes.

Fix #15702
2025-09-08 13:53:16 +00:00
..
src Error early for parent path in build backend (#15733) 2025-09-08 13:53:16 +00:00
Cargo.toml Fix uv_build wheel hashes (#15400) 2025-08-21 10:54:21 +02:00