uv/crates/puffin-dispatch
Charlie Marsh 1637f1c216
Add source distribution support to the DistributionFinder (#322)
## Summary

This just enables the `DistributionFinder` (previously known as the
`WheelFinder`) to select source distributions when there are no matching
wheels for a given platform. As a reminder, the `DistributionFinder` is
a simple resolver that doesn't look at any dependencies: it just takes a
set of pinned packages, and finds a distribution to install to satisfy
each requirement.
2023-11-06 00:16:04 -05:00
..
src Add source distribution support to the DistributionFinder (#322) 2023-11-06 00:16:04 -05:00
Cargo.toml Move distribution abstraction in shared crate (#258) 2023-10-31 15:30:06 -04:00