PEP 631: Update status to reflect incorperation into PEP 621 (#2506)
This commit is contained in:
parent
cf75fc46d0
commit
3882b927a7
|
@ -3,11 +3,12 @@ Title: Dependency specification in pyproject.toml based on PEP 508
|
|||
Author: Ofek Lev <ofekmeister@gmail.com>
|
||||
Sponsor: Paul Ganssle <paul@ganssle.io>
|
||||
Discussions-To: https://discuss.python.org/t/5018
|
||||
Status: Accepted
|
||||
Status: Superseded
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 20-Aug-2020
|
||||
Post-History: 20-Aug-2020
|
||||
Superseded-By: 621
|
||||
Resolution: https://discuss.python.org/t/how-to-specify-dependencies-pep-508-strings-or-a-table-in-toml/5243/38
|
||||
|
||||
Abstract
|
||||
|
@ -18,8 +19,7 @@ This PEP specifies how to write a project's dependencies in a
|
|||
using the :pep:`fields defined in PEP 621 <621#dependencies-optional-dependencies>`.
|
||||
|
||||
.. note::
|
||||
This PEP has been accepted and is expected to be merged into
|
||||
:pep:`621`.
|
||||
This PEP has been accepted and was merged into :pep:`621`.
|
||||
|
||||
Entries
|
||||
=======
|
||||
|
|
Loading…
Reference in New Issue