From c7ac54a9b932f3dc0a7a90fb32fcbd62614d5335 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Mon, 24 Jun 2013 21:48:49 +1000 Subject: [PATCH] PEP 426: add distlib as a reference impl --- pep-0426.txt | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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