uv/crates/uv-build
Zanie Blue 563438f13d
Fix documentation links for crates (#16801)
Part of https://github.com/astral-sh/uv/issues/4392

We shouldn't link to PyPI, and dropping the workspace-level
documentation link should mean that we get the auto-generated `docs.rs`
links.
2025-11-21 10:44:58 -06:00
..
python/uv_build Show help on `uv build -h` (#16632) 2025-11-07 16:19:40 +01:00
src Add logging to the uv build backend (#15533) 2025-08-27 09:14:00 +02:00
Cargo.toml Fix documentation links for crates (#16801) 2025-11-21 10:44:58 -06: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.9.11 (#16794) 2025-11-20 16:24:01 -06: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.