@@ -5,7 +5,7 @@ Last-Modified: $Date$
55Author: 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 >
99Discussions-To: Packaging category on Python Discourse <https://discuss.python.org/c/packaging>
1010Status: Draft
1111Type: Standards Track
@@ -280,7 +280,7 @@ Files, and Key Management) cover the cryptographic components of the developer
280280release process. That is, which key type PyPI supports, how keys may be
281281stored, and how keys may be generated. The two subsections that follow the
282282first 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
284284modified. Finally, the last subsection goes over the automated key management
285285and 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
353353low-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
359359Automated Signing Solution
0 commit comments