Skip to content

Commit c028958

Browse files
brainwanepfmoore
andcommitted
PEP 480: Fix author and tools references
Co-Authored-By: Paul Moore <p.f.moore@gmail.com>
1 parent e2b198b commit c028958

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pep-0480.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Last-Modified: $Date$
55
Author: Trishank Karthik Kuppusamy <karthik@trishank.com>,
66
Vladimir Diaz <vladimir.diaz@nyu.edu>,
77
Justin Cappos <jcappos@nyu.edu>, Marina Moore <mm9693@nyu.edu>
8-
BDFL-Delegate: Paul Moore <p.f.moore@gmail.com>
8+
BDFL-Delegate: Donald Stufft <donald@stufft.io>
99
Discussions-To: Packaging category on Python Discourse <https://discuss.python.org/c/packaging>
1010
Status: Draft
1111
Type: Standards Track
@@ -280,7 +280,7 @@ Files, and Key Management) cover the cryptographic components of the developer
280280
release process. That is, which key type PyPI supports, how keys may be
281281
stored, and how keys may be generated. The two subsections that follow the
282282
first three discuss the PyPI modules that SHOULD be modified to support TUF
283-
metadata. For example, Twine and Distlib are two projects that SHOULD be
283+
metadata. For example, Twine and Distutils are two projects that SHOULD be
284284
modified. Finally, the last subsection goes over the automated key management
285285
and signing solution that is RECOMMENDED for the signing tools.
286286

@@ -345,15 +345,15 @@ distributions, and prevents MITM attacks on usernames and passwords.
345345
__ https://github.com/pypa/twine
346346

347347

348-
Distlib
349-
-------
348+
Setuptools
349+
----------
350350

351-
`Distlib`__ MAY be modified to sign metadata and to upload signed
352-
distributions to PyPI. Distlib is a library which implements
351+
`Setuptools`__ MAY be modified to sign metadata and to upload signed
352+
distributions to PyPI. Setuptools is a library which implements
353353
low-level functions that relate to packaging and publication of
354-
Python software, including uploading distributions to PyPI.
354+
Python software.
355355

356-
__ https://packaging.python.org/key_projects/#distlib
356+
__ https://packaging.python.org/key_projects/#setuptools
357357

358358

359359
Automated Signing Solution

0 commit comments

Comments
 (0)