PEP 715: list valid extensions (#3169)

This commit is contained in:
William Woodruff 2023-06-09 18:39:47 -04:00 committed by GitHub
parent b127767fb0
commit 1b0666eafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ deprecating and then disabling new uploads of distribution filenames that have
the ``.egg`` suffix.
After this PEP, PyPI will only accept new uploads of the ``sdist``
and ``bdist_wheel`` types.
and ``bdist_wheel`` types, corresponding to files with ``.tar.gz``/``.zip`` and
``.whl`` suffixes respectively.
This PEP does not recommend removing or otherwise affecting any previously
uploaded ``bdist_egg`` distributions or files with the ``.egg`` suffix.