From 19bb9aafe6ac530bc4c9219fe79d71cc4f5f56cd Mon Sep 17 00:00:00 2001 From: Prashant Andoriya <121665385+andoriyaprashant@users.noreply.github.com> Date: Sat, 15 Feb 2025 04:11:44 +0530 Subject: [PATCH] Update package metadata to include well-known labels (#2078) * Update package metadata to include well-known labels --- docs/changes.rst | 1 + pyproject.toml | 5 +++++ 2 files changed, 6 insertions(+) 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 = [