diff --git a/pep-0426.txt b/pep-0426.txt index b31e3ba7e..c91d94261 100644 --- a/pep-0426.txt +++ b/pep-0426.txt @@ -1763,11 +1763,16 @@ Appendix A: Conversion notes for legacy metadata ================================================ The reference implementations for converting from legacy metadata to -metadata 2.0 are Daniel Holth's `wheel project -`__ (which -adds the ``bdist_wheel`` command to ``setuptools``) and Donald Stufft's -`Warehouse project `__ (which will -eventually be the next generation Python Package Index implementation). +metadata 2.0 are: + +* the `wheel project `__, which + adds the ``bdist_wheel`` command to ``setuptools`` +* the `Warehouse project `__, which + will eventually be migrated to the Python Packaging Authority as the next + generation Python Package Index implementation +* the `distlib project `__ which is + derived from the core packaging infrastructure created for the + ``distutils2`` project and While it is expected that there may be some edge cases where manual intervention is needed for clean conversion, the specification has been