Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cf8a32

Browse files
committed
Minor rework of the extensibility and acks sections
1 parent 8a4e7a9 commit 1cf8a32

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

Doc/packaging/setupcfg.rst

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -764,15 +764,13 @@ line. See :ref:`packaging-setup-config` for more information.
764764
Extensibility
765765
=============
766766

767-
Every section can define new variables that are not part of the specification.
768-
They are called **extensions**.
767+
Every section can have fields that are not part of this specification. They are
768+
called **extensions**.
769769

770-
An extension field starts with *X-*.
771-
772-
Example::
770+
An extension field starts with ``X-``. Example::
773771

774772
[metadata]
775-
...
773+
name = Distribute
776774
X-Debian-Name = python-distribute
777775

778776

@@ -809,7 +807,17 @@ A tool written to produce 1.X should have these properties:
809807
- it may write optional fields
810808

811809

812-
Acks
813-
====
814810

815-
XXX
811+
812+
813+
Acknowledgments
814+
===============
815+
816+
This specification includes work and feedback from these people:
817+
818+
- Tarek Ziadé
819+
- Julien Jehannet
820+
- Boris Feld
821+
- Éric Araujo
822+
823+
(If your name is missing, please :ref:`let us know <reporting-bugs>`.)

0 commit comments

Comments
 (0)