uv/crates/uv
konsti 11ed4f7183
Generate versioned pip launchers (#1918)
Users expect pip to have `pip`, `pip3` and `pip3.x` entrypoints. But pip
is a universal wheel, so it contains the `pip3.x` entrypoint where it
was built on. To fix this, pip special cases itself when installing
(3898741e29/src/pip/_internal/operations/install/wheel.py (L283)),
replacing the wheel entrypoint with one for the current version. We now
do the same.

Fixes #1593
2024-02-23 18:01:31 +00:00
..
src Omit `--find-links` from annotation header unless requested (#1898) 2024-02-23 04:05:53 +00:00
tests Generate versioned pip launchers (#1918) 2024-02-23 18:01:31 +00:00
Cargo.toml Bump version to 0.1.10 (#1923) 2024-02-23 11:40:36 -06:00