-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Currently this github-hosted PyPi index uses egg
. For example :
<a href="git+https://github.com/astariul/public-hello@0.1#egg=public-hello-0.1"> |
As pointed out in #84 (see also astral-sh/uv#2602), using egg
distributions is deprecated by pip
.
We should use something not deprecated.