mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-22 16:22:09 +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,6 +1,8 @@
|
|||
use crate::metadata::{BuildBackendSettings, DEFAULT_EXCLUDES};
|
||||
use crate::metadata::DEFAULT_EXCLUDES;
|
||||
use crate::wheel::build_exclude_matcher;
|
||||
use crate::{find_roots, DirectoryWriter, Error, FileList, ListWriter, PyProjectToml};
|
||||
use crate::{
|
||||
find_roots, BuildBackendSettings, DirectoryWriter, Error, FileList, ListWriter, PyProjectToml,
|
||||
};
|
||||
use flate2::write::GzEncoder;
|
||||
use flate2::Compression;
|
||||
use fs_err::File;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue