Skip to content

Commit 1ca8ccf

Browse files
authored
Add project URLs to pyproject.toml (#287)
1 parent afad969 commit 1ca8ccf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ classifiers = [
3333
"Programming Language :: Python :: 3.14",
3434
]
3535

36+
[project.urls]
37+
Homepage = "https://jazzband.co/projects/dj-database-url"
38+
Documentation = "https://github.com/jazzband/dj-database-url/blob/master/README.rst"
39+
Changelog = "https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md"
40+
Funding = "https://psfmember.org/civicrm/contribute/transact/?reset=1&id=34"
41+
Source = "https://github.com/jazzband/dj-database-url"
42+
"Issue Tracker" = "https://github.com/jazzband/dj-database-url/issues"
3643

3744
[build-system]
3845
requires = ["uv_build>=0.9.17,<0.10.0"]

0 commit comments

Comments
 (0)