PEP 715: clarify which types are still supported (#3168)
This commit is contained in:
parent
6fc387798b
commit
b127767fb0
|
@ -20,7 +20,10 @@ This PEP recommends deprecating and then disabling new uploads of the
|
|||
deprecating and then disabling new uploads of distribution filenames that have
|
||||
the ``.egg`` suffix.
|
||||
|
||||
It does not recommend removing or otherwise affecting any previously
|
||||
After this PEP, PyPI will only accept new uploads of the ``sdist``
|
||||
and ``bdist_wheel`` types.
|
||||
|
||||
This PEP does not recommend removing or otherwise affecting any previously
|
||||
uploaded ``bdist_egg`` distributions or files with the ``.egg`` suffix.
|
||||
|
||||
Rationale
|
||||
|
|
Loading…
Reference in New Issue