Skip to content

Commit 174193a

Browse files
committed
Update package links
1 parent a42ac60 commit 174193a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,14 @@ docs = [
7575
]
7676

7777
[project.urls]
78-
Project-URL = "https://github.com/codingjoe/django-mail-auth"
78+
# https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels
79+
Homepage = "https://github.com/codingjoe/django-mail-auth"
7980
Changelog = "https://github.com/codingjoe/django-mail-auth/releases"
8081
Source = "https://github.com/codingjoe/django-mail-auth"
82+
Releasenotes = "https://github.com/codingjoe/django-mail-auth/releases/latest"
8183
Documentation = "https://django-mail-auth.rtfd.io/"
82-
Issue-Tracker = "https://github.com/codingjoe/django-mail-auth/issues"
84+
Issues = "https://github.com/codingjoe/django-mail-auth/issues"
85+
Funding = "https://github.com/sponsors/codingjoe"
8386

8487
[tool.flit.module]
8588
name = "mailauth"

0 commit comments

Comments
 (0)