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:
Charlie Marsh 2024-03-31 22:37:43 -04:00 committed by GitHub
parent 8596ff3470
commit e68cdb1049
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 19 additions and 19 deletions

View file

@ -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;