mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-20 03:49:54 +00:00
## Summary#1562
It turns out that `hexdump` uses an invalid source distribution format
whereby the contents aren't nested in a top-level directory -- instead,
they're all just flattened at the top-level. In looking at pip's source
(
|
||
|---|---|---|
| .. | ||
| index | ||
| source | ||
| distribution_database.rs | ||
| download.rs | ||
| error.rs | ||
| lib.rs | ||
| locks.rs | ||
| reporter.rs | ||
| unzip.rs | ||