From 5a4ada6b84bc4654cad2decd66e7cb212d0404ab Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 2 Mar 2021 17:11:39 -0800 Subject: [PATCH] PEP 621: mark as final (#1857) --- pep-0621.rst | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pep-0621.rst b/pep-0621.rst index 50cccb948..c442c5270 100644 --- a/pep-0621.rst +++ b/pep-0621.rst @@ -8,7 +8,7 @@ Author: Brett Cannon , Thomas Kluyver , Tzu-Ping Chung Discussions-To: https://discuss.python.org/t/pep-621-round-3/5472 -Status: Provisional +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 22-Jun-2020 @@ -26,11 +26,6 @@ Abstract This PEP specifies how to write a project's `core metadata`_ in a ``pyproject.toml`` file for packaging-related tools to consume. -.. note:: - This PEP has been provisionally accepted. The provisional nature - of the acceptance will be lifted on 2021-03-01 or when a fully - functioning implementation exists, whichever comes first. - Motivation ==========