uv/crates/uv-build
konstin 4c2fc5490d Add `METADATA.json` and `WHEEL.json` to build backend
Add an experimental JSON format for METADATA and WHEEL files in the uv build backend to have a reference what it would look like and to demonstrate that the actual change is just a few lines, how much easier it is than the existing email-ish format.
2025-08-25 10:15:10 +02:00
..
python/uv_build Fix several occurrences of the phrase “This options” (#13053) 2025-04-22 09:20:00 -04:00
src Add `METADATA.json` and `WHEEL.json` to build backend 2025-08-25 10:15:10 +02:00
Cargo.toml Add `METADATA.json` and `WHEEL.json` to build backend 2025-08-25 10:15:10 +02:00
LICENSE-APACHE A minimal build backend for uv: uv_build (#11446) 2025-03-06 13:27:20 -06:00
LICENSE-MIT A minimal build backend for uv: uv_build (#11446) 2025-03-06 13:27:20 -06:00
README.md A minimal build backend for uv: uv_build (#11446) 2025-03-06 13:27:20 -06:00
deny.toml A minimal build backend for uv: uv_build (#11446) 2025-03-06 13:27:20 -06:00
pyproject.toml Bump version to 0.8.13 (#15423) 2025-08-21 13:52:39 -05:00
ruff.toml Fix Ruff linting (#14111) 2025-06-17 17:28:23 +00:00

README.md

Build backend for uv

This package is a slimmed down version of uv containing only the build backend. See https://pypi.org/project/uv/ and https://docs.astral.sh/uv/ for the main project package and documentation.