mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-14 12:29:04 +00:00
Build backend: Add reference docs and schema (#12803)
Add reference documentation and schema integration for the uv build backend. The reference documentation comes with a preview note upfront.
This commit is contained in:
parent
2b96dbdd49
commit
da09ece8a9
18 changed files with 559 additions and 171 deletions
|
@ -1,9 +1,11 @@
|
|||
mod metadata;
|
||||
mod serde_verbatim;
|
||||
mod settings;
|
||||
mod source_dist;
|
||||
mod wheel;
|
||||
|
||||
pub use metadata::{check_direct_build, PyProjectToml};
|
||||
pub use settings::{BuildBackendSettings, WheelDataIncludes};
|
||||
pub use source_dist::{build_source_dist, list_source_dist};
|
||||
pub use wheel::{build_editable, build_wheel, list_wheel, metadata};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue