Skip to content

Commit

Permalink
Update package metadata to include well-known labels (#2078)
Browse files Browse the repository at this point in the history
* Update package metadata to include well-known labels
  • Loading branch information
andoriyaprashant authored Feb 14, 2025
1 parent dc94afc commit 19bb9aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------
Expand Down
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 19bb9aa

Please sign in to comment.