From 95aeaa0e4a46d3fd356595a5ca230360862c65a6 Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Fri, 19 Dec 2025 12:07:22 +0000 Subject: [PATCH] Drop the opening note in pyproject-toml spec The history section covers this more accurately. --- source/specifications/pyproject-toml.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/specifications/pyproject-toml.rst b/source/specifications/pyproject-toml.rst index 48f35599e..20e055327 100644 --- a/source/specifications/pyproject-toml.rst +++ b/source/specifications/pyproject-toml.rst @@ -14,8 +14,6 @@ The ``pyproject.toml`` file acts as a configuration file for packaging-related tools (as well as other tools). -.. note:: This specification was originally defined in :pep:`518` and :pep:`621`. - The ``pyproject.toml`` file is written in `TOML `_. Three tables are currently specified, namely :ref:`[build-system] `,