PEP 621: Provisional acceptance

This commit is contained in:
Brett Cannon 2020-11-21 11:25:09 -08:00 committed by GitHub
parent a4f0457bbb
commit 37f5b8a0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 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: Draft
Status: Provisional
Type: Standards Track
Content-Type: text/x-rst
Created: 22-Jun-2020
@ -16,6 +16,7 @@ Post-History: 22-Jun-2020,
18-Oct-2020,
24-Oct-2020,
31-Oct-2020
Resolution: https://discuss.python.org/t/pep-621-round-3/5472/109
@ -25,6 +26,11 @@ 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
==========