PEP 633: mark as rejected (GH-1637)

This commit is contained in:
Laurie O 2020-10-05 06:59:54 +00:00 committed by GitHub
parent 00e16551e7
commit 503fe576ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -4,11 +4,20 @@ Author: Laurie Opperman <laurie_opperman@hotmail.com>,
Arun Babu Neelicattu <arun.neelicattu@gmail.com>
Sponsor: Brett Cannon <brett@python.org>
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
Content-Type: text/x-rst
Created: 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