PEP 715: clarify which types are still supported (#3168)

This commit is contained in:
William Woodruff 2023-06-09 15:26:40 -04:00 committed by GitHub
parent 6fc387798b
commit b127767fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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