mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-11 16:34:33 +00:00
Rename to SourceDistributionBuilder (#2750)
## Summary This is more consistent with `DistributionDatabase`. The order of the arguments is also now consistent between the two structs.
This commit is contained in:
parent
8596ff3470
commit
e68cdb1049
6 changed files with 19 additions and 19 deletions
|
|
@ -3,7 +3,7 @@ pub use download::{BuiltWheel, DiskWheel, LocalWheel};
|
|||
pub use error::Error;
|
||||
pub use index::{BuiltWheelIndex, RegistryWheelIndex};
|
||||
pub use reporter::Reporter;
|
||||
pub use source::{download_and_extract_archive, SourceDistCachedBuilder};
|
||||
pub use source::{download_and_extract_archive, SourceDistributionBuilder};
|
||||
pub use unzip::Unzip;
|
||||
|
||||
mod distribution_database;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue