What happened?
The package metadata still sets Homepage, Repository, and Bug Tracker to github.com/milla-jovovich/mempalace, while the active repo is now under MemPalace/mempalace.
What did you expect?
Expected it to be updated to point to the new repo URL.
How to reproduce:
pyproject.toml still uses the old repository URLs under [project.urls]:
Homepage = https://github.com/milla-jovovich/mempalace
Repository = https://github.com/milla-jovovich/mempalace
Bug Tracker = https://github.com/milla-jovovich/mempalace/issues
The repo now lives under MemPalace/mempalace, so the package metadata should probably be updated to the canonical URLs.
This is not breaking because GitHub redirects, but it is stale metadata for PyPI/install tools and makes the package look slightly out of date.
What happened?
The package metadata still sets Homepage, Repository, and Bug Tracker to github.com/milla-jovovich/mempalace, while the active repo is now under MemPalace/mempalace.
What did you expect?
Expected it to be updated to point to the new repo URL.
How to reproduce:
pyproject.toml still uses the old repository URLs under [project.urls]:
Homepage = https://github.com/milla-jovovich/mempalace
Repository = https://github.com/milla-jovovich/mempalace
Bug Tracker = https://github.com/milla-jovovich/mempalace/issues
The repo now lives under MemPalace/mempalace, so the package metadata should probably be updated to the canonical URLs.
This is not breaking because GitHub redirects, but it is stale metadata for PyPI/install tools and makes the package look slightly out of date.