From b07d2f58233f9a99a820901924e263645c57a7c6 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 23 Dec 2023 09:49:47 -0500 Subject: [PATCH] Fix broken reference from changelog to PyPUG. --- NEWS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index f0c3f037b9..3c99148834 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1161,7 +1161,7 @@ Changes .. warning:: Please note that future releases of setuptools will halt the build process if a ``pyproject.toml`` file that does not match doc:`the PyPA Specification - ` is given. + ` is given. * #3215: Updated ``pyproject.toml`` validation, as generated by ``validate-pyproject==0.6.1``. * #3218: Prevented builds from erroring if the project specifies metadata via ``pyproject.toml``, but uses other files (e.g. ``setup.py``) to complement it,