@@ -8,7 +8,7 @@ Discussions-To: Pending
88Status: Draft
99Type: Standards Track
1010Topic: Packaging
11- Created: 08-Apr -2025
11+ Created: 21-May -2025
1212Post-History: `03-Feb-2025 <https://discuss.python.org/t/79356/ >`__,
1313
1414Abstract
@@ -29,7 +29,7 @@ determining whether a project is maintained or otherwise suitable for consumptio
2929Python packaging has at least three different mechanisms for communicating
3030the "status" of a project:
3131
32- 1. Distribution packages can include *trove classifiers * in their metadata, as
32+ 1. Distribution packages can include *Trove classifiers * in their metadata, as
3333 originally specified in :pep: `301 `. The list of supported classifiers is
3434 `maintained by the PyPA <https://github.com/pypa/trove-classifiers >`_,
3535 and includes the ``Development Status `` hierarchy. For example, a
@@ -53,7 +53,7 @@ the "status" of a project:
5353 Additionally, indices like PyPI will hide yanked distributions by default
5454 and will render them with a notice when the user navigates directly to them.
5555
56- Yanking is machine-readable like trove classifiers, but is single-purpose
56+ Yanking is machine-readable like Trove classifiers, but is single-purpose
5757 rather than general-purpose: users can specify a free-text reason for
5858 yanking a given distribution package, but the semantics of yanking are
5959 fixed, and no reliable inference of project status can be made by a machine
@@ -300,7 +300,7 @@ Using "reserved" keys
300300---------------------
301301
302302One alternative to this PEP is to avoid standardizing project status
303- markers directly, but instead leverage existing mechanisms within the standards
303+ markers directly, but instead use existing mechanisms within the standards
304304to communicate them in a non-standard fashion.
305305
306306For example, the `JSON simple index <packaging:simple-repository-api-json >`_
0 commit comments