Skip to content

Commit 19bb9aa

Browse files
Update package metadata to include well-known labels (django-commons#2078)
* Update package metadata to include well-known labels
1 parent dc94afc commit 19bb9aa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/changes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Pending
55
-------
66

77
* Added Django 5.2 to the tox matrix.
8+
* Updated package metadata to include well-known labels.
89

910
5.0.1 (2025-01-13)
1011
------------------

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,13 @@ dependencies = [
3939
"django>=4.2.9",
4040
"sqlparse>=0.2",
4141
]
42+
43+
urls.Changelog = "https://django-debug-toolbar.readthedocs.io/en/latest/changes.html"
44+
urls.Documentation = "https://django-debug-toolbar.readthedocs.io/"
4245
urls.Download = "https://pypi.org/project/django-debug-toolbar/"
4346
urls.Homepage = "https://github.com/django-commons/django-debug-toolbar"
47+
urls.Issues = "https://github.com/django-commons/django-debug-toolbar/issues"
48+
urls.Source = "https://github.com/django-commons/django-debug-toolbar"
4449

4550
[tool.hatch.build.targets.wheel]
4651
packages = [

0 commit comments

Comments
 (0)