PEP 633: mark as rejected (GH-1637)
This commit is contained in:
parent
00e16551e7
commit
503fe576ee
11
pep-0633.rst
11
pep-0633.rst
|
@ -4,11 +4,20 @@ Author: Laurie Opperman <laurie_opperman@hotmail.com>,
|
||||||
Arun Babu Neelicattu <arun.neelicattu@gmail.com>
|
Arun Babu Neelicattu <arun.neelicattu@gmail.com>
|
||||||
Sponsor: Brett Cannon <brett@python.org>
|
Sponsor: Brett Cannon <brett@python.org>
|
||||||
Discussions-To: https://discuss.python.org/t/dependency-specification-in-pyproject-toml-using-an-exploded-toml-table/5123/
|
Discussions-To: https://discuss.python.org/t/dependency-specification-in-pyproject-toml-using-an-exploded-toml-table/5123/
|
||||||
Status: Draft
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 2020-09-02
|
Created: 2020-09-02
|
||||||
Post-History: 2020-09-02
|
Post-History: 2020-09-02
|
||||||
|
Resolution: https://discuss.python.org/t/how-to-specify-dependencies-pep-508-strings-or-a-table-in-toml/5243/38
|
||||||
|
|
||||||
|
|
||||||
|
Rejection Notice
|
||||||
|
================
|
||||||
|
|
||||||
|
This PEP has been rejected in favour of :pep:`631` due to its popularity,
|
||||||
|
consistency with the existing usage of :pep:`508` strings, and compatibility
|
||||||
|
with existing packaging tool suites.
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
Loading…
Reference in New Issue