File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5
5
-------
6
6
7
7
* Added Django 5.2 to the tox matrix.
8
+ * Updated package metadata to include well-known labels.
8
9
9
10
5.0.1 (2025-01-13)
10
11
------------------
Original file line number Diff line number Diff line change @@ -39,8 +39,13 @@ dependencies = [
39
39
" django>=4.2.9" ,
40
40
" sqlparse>=0.2" ,
41
41
]
42
+
43
+ urls.Changelog = " https://django-debug-toolbar.readthedocs.io/en/latest/changes.html"
44
+ urls.Documentation = " https://django-debug-toolbar.readthedocs.io/"
42
45
urls.Download = " https://pypi.org/project/django-debug-toolbar/"
43
46
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"
44
49
45
50
[tool .hatch .build .targets .wheel ]
46
51
packages = [
You can’t perform that action at this time.
0 commit comments