diff --git a/docs/changes.rst b/docs/changes.rst index 9010650ba..811c60225 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,6 +5,7 @@ Pending ------- * Added Django 5.2 to the tox matrix. +* Updated package metadata to include well-known labels. 5.0.1 (2025-01-13) ------------------ diff --git a/pyproject.toml b/pyproject.toml index 32c78c93a..d31fba500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,8 +39,13 @@ dependencies = [ "django>=4.2.9", "sqlparse>=0.2", ] + +urls.Changelog = "https://django-debug-toolbar.readthedocs.io/en/latest/changes.html" +urls.Documentation = "https://django-debug-toolbar.readthedocs.io/" urls.Download = "https://pypi.org/project/django-debug-toolbar/" urls.Homepage = "https://github.com/django-commons/django-debug-toolbar" +urls.Issues = "https://github.com/django-commons/django-debug-toolbar/issues" +urls.Source = "https://github.com/django-commons/django-debug-toolbar" [tool.hatch.build.targets.wheel] packages = [