From cb9bb987737a290f5c3ddc01aec3c014bebb6a38 Mon Sep 17 00:00:00 2001 From: andoriyaprashant Date: Thu, 13 Feb 2025 23:10:39 +0530 Subject: [PATCH 1/4] Update package metadata to include well-known labels --- pyproject.toml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 32c78c93a..63a416aac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,8 +39,15 @@ dependencies = [ "django>=4.2.9", "sqlparse>=0.2", ] -urls.Download = "https://pypi.org/project/django-debug-toolbar/" -urls.Homepage = "https://github.com/django-commons/django-debug-toolbar" + +[project.urls] +Homepage = "https://github.com/django-commons/django-debug-toolbar" +Source = "https://github.com/django-commons/django-debug-toolbar" +Issues = "https://github.com/django-commons/django-debug-toolbar/issues" +Documentation = "https://django-debug-toolbar.readthedocs.io/" +Changelog = "https://django-debug-toolbar.readthedocs.io/en/latest/changes.html" +Download = "https://pypi.org/project/django-debug-toolbar/" + [tool.hatch.build.targets.wheel] packages = [ @@ -105,4 +112,4 @@ source = [ [tool.coverage.report] # Update coverage badge link in README.rst when fail_under changes fail_under = 94 -show_missing = true +show_missing = true \ No newline at end of file From b1af42b1857cd0e2a8aa6685efe16bdfc48988ea Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:42:51 +0000 Subject: [PATCH 2/4] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pyproject.toml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 63a416aac..d31fba500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,14 +40,12 @@ dependencies = [ "sqlparse>=0.2", ] -[project.urls] -Homepage = "https://github.com/django-commons/django-debug-toolbar" -Source = "https://github.com/django-commons/django-debug-toolbar" -Issues = "https://github.com/django-commons/django-debug-toolbar/issues" -Documentation = "https://django-debug-toolbar.readthedocs.io/" -Changelog = "https://django-debug-toolbar.readthedocs.io/en/latest/changes.html" -Download = "https://pypi.org/project/django-debug-toolbar/" - +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 = [ @@ -112,4 +110,4 @@ source = [ [tool.coverage.report] # Update coverage badge link in README.rst when fail_under changes fail_under = 94 -show_missing = true \ No newline at end of file +show_missing = true From c5926796cc3459d68e6fefd222012e613c8a3aef Mon Sep 17 00:00:00 2001 From: andoriyaprashant Date: Sat, 15 Feb 2025 03:46:54 +0530 Subject: [PATCH 3/4] changes.rst --- docs/changes.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 9010650ba..caa0e968c 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -6,6 +6,11 @@ Pending * Added Django 5.2 to the tox matrix. +5.0.1 (2025-02-15) +------------------ + +* Updated package metadata to include well-known labels. + 5.0.1 (2025-01-13) ------------------ * Fixing the build and release process. No functional changes. From 987d7008b58375804e44a139cbc2813c507f0a36 Mon Sep 17 00:00:00 2001 From: Prashant Andoriya <121665385+andoriyaprashant@users.noreply.github.com> Date: Sat, 15 Feb 2025 03:59:57 +0530 Subject: [PATCH 4/4] Update docs/changes.rst Co-authored-by: Tim Schilling --- docs/changes.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index caa0e968c..811c60225 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,10 +5,6 @@ Pending ------- * Added Django 5.2 to the tox matrix. - -5.0.1 (2025-02-15) ------------------- - * Updated package metadata to include well-known labels. 5.0.1 (2025-01-13)