PEP 621: mark as final (#1857)
This commit is contained in:
parent
b95239fef1
commit
5a4ada6b84
|
@ -8,7 +8,7 @@ Author: Brett Cannon <brett@python.org>,
|
|||
Thomas Kluyver <thomas@kluyver.me.uk>,
|
||||
Tzu-Ping Chung <uranusjr@gmail.com>
|
||||
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
|
||||
==========
|
||||
|
|
Loading…
Reference in New Issue