From eb291ec80b7c1ae34fa84b1a67359cda57db0068 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Fri, 3 May 2024 14:49:28 +0200 Subject: [PATCH 1/3] packaging metadata: link to the docs, issue tracker See https://github.com/pypi/warehouse/issues/5947 https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#urls --- CHANGES.md | 3 +++ pyproject.toml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e3df420b5a0..d625b40ef6e 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. + ### 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" From a6583eb10b871799aed362a29366fa13910d71e2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 13:06:42 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d625b40ef6e..1087170db27 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,8 +22,8 @@ -- Packaging metadata updated: docs are explictly linked, the issue tracker is - now also linked. This improves the PyPI listing for Black. +- Packaging metadata updated: docs are explictly linked, the issue tracker is now also + linked. This improves the PyPI listing for Black. ### Parser From ba6e173ffd1d836a2eb6a0aa99234aaad6bf4755 Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Fri, 3 May 2024 06:07:41 -0700 Subject: [PATCH 3/3] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1087170db27..ecc6d9496c1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,7 +23,7 @@ - Packaging metadata updated: docs are explictly linked, the issue tracker is now also - linked. This improves the PyPI listing for Black. + linked. This improves the PyPI listing for Black. (#4345) ### Parser