Add project URLs to pyproject.toml

This commit is contained in:
Fábio C. Barrionuevo da Luz 2026-01-06 18:14:43 -03:00 committed by GitHub
parent afad969e94
commit 698de52304
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,13 @@ classifiers = [
"Programming Language :: Python :: 3.14",
]
[project.urls]
Homepage = "https://jazzband.co/projects/dj-database-url"
Documentation = "https://github.com/jazzband/dj-database-url/blob/master/README.rst"
Changelog = "https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md"
Funding = "https://psfmember.org/civicrm/contribute/transact/?reset=1&id=34"
Source = "https://github.com/jazzband/dj-database-url"
"Issue Tracker" = "https://github.com/jazzband/dj-database-url/issues"
[build-system]
requires = ["uv_build>=0.9.17,<0.10.0"]