diff --git a/pyproject.toml b/pyproject.toml index 57f3339..2b0d25d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,11 +75,14 @@ docs = [ ] [project.urls] -Project-URL = "https://github.com/codingjoe/django-mail-auth" +# https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels +Homepage = "https://github.com/codingjoe/django-mail-auth" Changelog = "https://github.com/codingjoe/django-mail-auth/releases" Source = "https://github.com/codingjoe/django-mail-auth" +Releasenotes = "https://github.com/codingjoe/django-mail-auth/releases/latest" Documentation = "https://django-mail-auth.rtfd.io/" -Issue-Tracker = "https://github.com/codingjoe/django-mail-auth/issues" +Issues = "https://github.com/codingjoe/django-mail-auth/issues" +Funding = "https://github.com/sponsors/codingjoe" [tool.flit.module] name = "mailauth"