PEP 426: add distlib as a reference impl
This commit is contained in:
parent
00af01985f
commit
c7ac54a9b9
15
pep-0426.txt
15
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
|
||||
<https://bitbucket.org/dholth/wheel/overview>`__ (which
|
||||
adds the ``bdist_wheel`` command to ``setuptools``) and Donald Stufft's
|
||||
`Warehouse project <https://github.com/dstufft/warehouse>`__ (which will
|
||||
eventually be the next generation Python Package Index implementation).
|
||||
metadata 2.0 are:
|
||||
|
||||
* the `wheel project <https://bitbucket.org/dholth/wheel/overview>`__, which
|
||||
adds the ``bdist_wheel`` command to ``setuptools``
|
||||
* the `Warehouse project <https://github.com/dstufft/warehouse>`__, which
|
||||
will eventually be migrated to the Python Packaging Authority as the next
|
||||
generation Python Package Index implementation
|
||||
* the `distlib project <https://bitbucket.org/pypa/distlib/>`__ 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
|
||||
|
|
Loading…
Reference in New Issue