mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-12 10:52:31 +08:00
Update setuptools stubs (#8345)
setuptools now vendors `distutils` as `setuptools._distutils`.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user