From: Éric Araujo Date: Mon, 6 Jun 2011 00:00:03 +0000 (+0200) Subject: Minor rework of the extensibility and acks sections X-Git-Tag: v3.3.0a1~2172^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cf8a3203d7e7bccaea0ec5fe81e08fce3b25c33;p=thirdparty%2FPython%2Fcpython.git Minor rework of the extensibility and acks sections --- diff --git a/Doc/packaging/setupcfg.rst b/Doc/packaging/setupcfg.rst index baafe4e41fcb..231436cab464 100644 --- a/Doc/packaging/setupcfg.rst +++ b/Doc/packaging/setupcfg.rst @@ -764,15 +764,13 @@ line. See :ref:`packaging-setup-config` for more information. Extensibility ============= -Every section can define new variables that are not part of the specification. -They are called **extensions**. +Every section can have fields that are not part of this specification. They are +called **extensions**. -An extension field starts with *X-*. - -Example:: +An extension field starts with ``X-``. Example:: [metadata] - ... + name = Distribute X-Debian-Name = python-distribute @@ -809,7 +807,17 @@ A tool written to produce 1.X should have these properties: - it may write optional fields -Acks -==== -XXX + + +Acknowledgments +=============== + +This specification includes work and feedback from these people: + +- Tarek Ziadé +- Julien Jehannet +- Boris Feld +- Éric Araujo + +(If your name is missing, please :ref:`let us know `.)