github-hosted-pypi
github-hosted-pypi copied to clipboard
Replace deprecated `egg`
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.