Mark PEP 517 as Accepted
This commit is contained in:
parent
a39c23e341
commit
91299310ff
10
pep-0517.txt
10
pep-0517.txt
|
@ -6,11 +6,12 @@ Author: Nathaniel J. Smith <njs@pobox.com>,
|
||||||
Thomas Kluyver <thomas@kluyver.me.uk>
|
Thomas Kluyver <thomas@kluyver.me.uk>
|
||||||
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
||||||
Discussions-To: <distutils-sig@python.org>
|
Discussions-To: <distutils-sig@python.org>
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 30-Sep-2015
|
Created: 30-Sep-2015
|
||||||
Post-History: 1 Oct 2015, 25 Oct 2015
|
Post-History: 1 Oct 2015, 25 Oct 2015
|
||||||
|
Resolution: https://mail.python.org/pipermail/distutils-sig/2017-May/030518.html
|
||||||
|
|
||||||
|
|
||||||
==========
|
==========
|
||||||
|
@ -50,6 +51,13 @@ We therefore propose a new, relatively minimal interface for
|
||||||
installation tools like ``pip`` to interact with package source trees
|
installation tools like ``pip`` to interact with package source trees
|
||||||
and source distributions.
|
and source distributions.
|
||||||
|
|
||||||
|
================
|
||||||
|
PEP Acceptance
|
||||||
|
================
|
||||||
|
|
||||||
|
This PEP has been provisionally accepted for implementation in `pip` and other
|
||||||
|
tools. It won't be considered Final until after that initial implementation
|
||||||
|
has been released and any related feedback from end users considered.
|
||||||
|
|
||||||
=======================
|
=======================
|
||||||
Terminology and goals
|
Terminology and goals
|
||||||
|
|
Loading…
Reference in New Issue