github-hosted-pypi icon indicating copy to clipboard operation
github-hosted-pypi copied to clipboard

Replace deprecated `egg`

Open astariul opened this issue 9 months ago • 0 comments

Currently this github-hosted PyPi index uses egg. For example :

https://github.com/astariul/github-hosted-pypi/blob/fc5183e04b6a711e807d9071841d9cec17752ea3/public-hello/index.html#L76

As pointed out in #84 (see also https://github.com/astral-sh/uv/issues/2602), using egg distributions is deprecated by pip.

We should use something not deprecated.

astariul avatar Feb 08 '25 16:02 astariul