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.
Currently this github-hosted PyPi index uses
egg. For example :github-hosted-pypi/public-hello/index.html
Line 76 in fc5183e
As pointed out in #84 (see also astral-sh/uv#2602), using
eggdistributions is deprecated bypip.We should use something not deprecated.