diff --git a/CHANGES.md b/CHANGES.md index e3df420b5a0..ecc6d9496c1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,6 +22,9 @@ +- Packaging metadata updated: docs are explictly linked, the issue tracker is now also + linked. This improves the PyPI listing for Black. (#4345) + ### Parser diff --git a/pyproject.toml b/pyproject.toml index 143c4845a94..ee43f282eab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,8 +93,10 @@ blackd = "blackd:patched_main [d]" black = "black.schema:get_schema" [project.urls] +Documentation = "https://black.readthedocs.io/" Changelog = "https://github.com/psf/black/blob/main/CHANGES.md" -Homepage = "https://github.com/psf/black" +Repository = "https://github.com/psf/black" +Issues = "https://github.com/psf/black/issues" [tool.hatch.metadata.hooks.fancy-pypi-readme] content-type = "text/markdown"