Skip to content

pyproject.toml still points to old repo owner in project URLs #787

@fatkobra

Description

@fatkobra

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions