[Python-checkins] peps: setup.cfg support won't be added to the stdlib

nick.coghlan python-checkins at python.org
Sat May 18 10:08:59 CEST 2013


http://hg.python.org/peps/rev/de64d7d6ae6d
changeset:   4895:de64d7d6ae6d
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat May 18 18:08:49 2013 +1000
summary:
  setup.cfg support won't be added to the stdlib

files:
  pep-0390.txt |  17 ++++++++++++++++-
  1 files changed, 16 insertions(+), 1 deletions(-)


diff --git a/pep-0390.txt b/pep-0390.txt
--- a/pep-0390.txt
+++ b/pep-0390.txt
@@ -3,12 +3,15 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Tarek Ziadé <tarek at ziade.org>
-Status: Draft
+BDFL-Delegate: Nick Coghlan
+Discussions-To: <distutils-sig at python.org>
+Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 10-October-2009
 Python-Version: 2.7 and 3.2
 Post-History:
+Resolution: http://mail.python.org/pipermail/distutils-sig/2013-April/020597.html
 
 Abstract
 ========
@@ -16,6 +19,18 @@
 This PEP describes a new section and a new format for the ``setup.cfg`` file,
 that allows describing the Metadata of a package without using ``setup.py``.
 
+
+Rejection Notice
+================
+
+As distutils2 is no longer going to be incorporated into the standard
+library, this PEP was rejected by Nick Coghlan in late April, 2013.
+
+A replacement PEP based on PEP 426 (metadata 2.0) will be created that
+defines the minimum amount of information needed to generate an sdist
+archive given a source tarball or VCS checkout.
+
+
 Rationale
 =========
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list