diff --git a/pyproject.toml b/pyproject.toml index 966aadbe..d687e6ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ authors = [ { name = "Kristian Ollegaard", email = "kristian@oellegaard.com" }, { name = "Johannes Maron", email = "johannes@maron.family" } ] -homepage = "https://github.com/revsys/django-health-check" keywords = ["django", "postgresql"] classifiers = [ "Development Status :: 5 - Production/Stable", @@ -42,6 +41,15 @@ dependencies = [ "Django>=4.2", ] +[project.urls] +# https://packaging.python.org/en/latest/specifications/well-known-project-urls/#well-known-labels +Homepage = "https://django-health-check.readthedocs.io/" +Changelog = "https://github.com/revsys/django-health-check/releases" +Source = "https://github.com/revsys/django-health-check" +Releasenotes = "https://github.com/revsys/django-health-check/releases/latest" +Documentation = "https://django-health-check.readthedocs.io/" +Issues = "https://github.com/revsys/django-health-check/issues" + [project.optional-dependencies] test = [ "pytest",