mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
![]() ## Summary The hack in pip itself only modifies entry points called `pip<number>.<number>` and `easy_install-<number>.<number>`, uv previously dropped too many items including any of the form `foo.<number>`. Found while trying to install `memray` which somewhat notably does not provide an abi3 wheel, so the installed, suffixed script matches. At a minimum, this makes the installed files match the `entry_points.txt` more than it did previously, which makes `pickley` happy. ## Test Plan New test provided for previously-untested code. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |