Skip to content

Commit 3424973

Browse files
committed
Add funding link to PyPi project
1 parent f1f5120 commit 3424973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,13 @@ atlassian = ["httpx>=0.27.0"]
5353

5454
[project.urls]
5555
# https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels
56-
Homepage = "https://codingjoe.dev/django-health-check/"
56+
Homepage = "https://github.com/codingjoe/django-health-check"
5757
Changelog = "https://github.com/codingjoe/django-health-check/releases"
5858
Source = "https://github.com/codingjoe/django-health-check"
5959
Releasenotes = "https://github.com/codingjoe/django-health-check/releases/latest"
6060
Documentation = "https://codingjoe.dev/django-health-check/"
6161
Issues = "https://github.com/codingjoe/django-health-check/issues"
62+
Funding = "https://github.com/sponsors/codingjoe"
6263

6364
[dependency-groups]
6465
dev = [

0 commit comments

Comments
 (0)