Update setuptools stubs (#8345)

setuptools now vendors `distutils` as `setuptools._distutils`.
This commit is contained in:
Sebastian Rittau
2022-07-20 18:44:22 +02:00
committed by GitHub
parent f178ae0d83
commit 73fbb53475
51 changed files with 1386 additions and 11 deletions
@@ -26,3 +26,12 @@ pkg_resources.get_provider
pkg_resources.py31compat
pkg_resources.split_sections
pkg_resources.to_filename
# Only available on Windows
setuptools._distutils.command.bdist_msi
# Unclear import from stdlib/sub-classing related error
setuptools._distutils.core.Distribution.parse_config_files
# Only present if docutils is installed
setuptools._distutils.command.check.SilentReporter