mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-24 09:18:40 +08:00
Remove most of setuptools._distutils (#9795)
This commit is contained in:
@@ -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.*
|
||||
|
||||
Reference in New Issue
Block a user