PEP 723: Mark as final (#3772)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
5768da3e68
commit
928d64defb
|
@ -4,10 +4,9 @@ Author: Ofek Lev <ofekmeister@gmail.com>
|
||||||
Sponsor: Adam Turner <python@quite.org.uk>
|
Sponsor: Adam Turner <python@quite.org.uk>
|
||||||
PEP-Delegate: Brett Cannon <brett@python.org>
|
PEP-Delegate: Brett Cannon <brett@python.org>
|
||||||
Discussions-To: https://discuss.python.org/t/31151
|
Discussions-To: https://discuss.python.org/t/31151
|
||||||
Status: Accepted
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Packaging
|
Topic: Packaging
|
||||||
Content-Type: text/x-rst
|
|
||||||
Created: 04-Aug-2023
|
Created: 04-Aug-2023
|
||||||
Post-History: `04-Aug-2023 <https://discuss.python.org/t/30979>`__,
|
Post-History: `04-Aug-2023 <https://discuss.python.org/t/30979>`__,
|
||||||
`06-Aug-2023 <https://discuss.python.org/t/31151>`__,
|
`06-Aug-2023 <https://discuss.python.org/t/31151>`__,
|
||||||
|
@ -16,11 +15,7 @@ Post-History: `04-Aug-2023 <https://discuss.python.org/t/30979>`__,
|
||||||
Replaces: 722
|
Replaces: 722
|
||||||
Resolution: https://discuss.python.org/t/40418/82
|
Resolution: https://discuss.python.org/t/40418/82
|
||||||
|
|
||||||
|
.. canonical-pypa-spec:: :ref:`packaging:inline-script-metadata`
|
||||||
.. 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``.
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue