From 928d64defb8ecbd0ca84d8cbaceb17500692a604 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Thu, 16 May 2024 08:27:35 -0400 Subject: [PATCH] PEP 723: Mark as final (#3772) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- peps/pep-0723.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/peps/pep-0723.rst b/peps/pep-0723.rst index ebe3e9a31..0289b57ba 100644 --- a/peps/pep-0723.rst +++ b/peps/pep-0723.rst @@ -4,10 +4,9 @@ Author: Ofek Lev Sponsor: Adam Turner PEP-Delegate: Brett Cannon Discussions-To: https://discuss.python.org/t/31151 -Status: Accepted +Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 04-Aug-2023 Post-History: `04-Aug-2023 `__, `06-Aug-2023 `__, @@ -16,11 +15,7 @@ Post-History: `04-Aug-2023 `__, Replaces: 722 Resolution: https://discuss.python.org/t/40418/82 - -.. note:: - This PEP will be declared final once it has been specified at - https://packaging.python.org and implemented in a couple of tools, - ideally including ``pip-run`` and ``pipx``. +.. canonical-pypa-spec:: :ref:`packaging:inline-script-metadata` Abstract ========