Skip to main contentCrate uv_build_backend
Source - BuildBackendSettings
- Settings for the uv build backend (
uv_build). - PyProjectToml
- A
pyproject.toml as specified in PEP 517. - WheelDataIncludes
- Data includes for wheels.
- Error
- build_editable
- Build a wheel from the source tree and place it in the output directory.
- build_source_dist
- Build a source distribution from the source tree and place it in the output directory.
- build_wheel
- Build a wheel from the source tree and place it in the output directory.
- check_direct_build
- Check if the build backend is matching the currently running uv version.
- list_source_dist
- List the files that would be included in a source distribution and their origin.
- list_wheel
- List the files that would be included in a source distribution and their origin.
- metadata
- Write the dist-info directory to the output directory without building the wheel.