Remove most of setuptools._distutils (#9795)

This commit is contained in:
Avasam
2023-02-26 05:49:24 -05:00
committed by GitHub
parent 2c5df195ef
commit fee5f1b765
70 changed files with 174 additions and 1001 deletions
+12 -6
View File
@@ -23,13 +23,19 @@ pkg_resources.declare_namespace
pkg_resources.fixup_namespace_packages
pkg_resources.get_entry_map
pkg_resources.get_provider
pkg_resources.py31compat
pkg_resources.split_sections
pkg_resources.to_filename
# Only present if docutils is installed
setuptools._distutils.command.check.SilentReporter
# Uncomment once ignore_missing_stub is turned off
# # Not supported by typeshed
# setuptools.py34compat
# Discrepancy in the value of the default
# between setuptools's version of distutils and the stdlib distutils
setuptools._distutils.core.Command.announce
# # Private modules
# setuptools.config._validate_pyproject.*
# setuptools.build_meta._BuildMetaBackend.*
# # Vendored and modified version of stdlib's distutils. Basically implementation details
# setuptools._distutils.*
# # Other vendored code
# setuptools._vendor.*
# pkg_resources._vendor.*