PEP 621: mark as final (#1857)

This commit is contained in:
Brett Cannon 2021-03-02 17:11:39 -08:00 committed by GitHub
parent b95239fef1
commit 5a4ada6b84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -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
==========