diff options
Diffstat (limited to 'setuptools/extern/__init__.py')
| -rw-r--r-- | setuptools/extern/__init__.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/setuptools/extern/__init__.py b/setuptools/extern/__init__.py index baca1afa..d2ac8b08 100644 --- a/setuptools/extern/__init__.py +++ b/setuptools/extern/__init__.py @@ -69,5 +69,8 @@ class VendorImporter: sys.meta_path.append(self) -names = 'packaging', 'pyparsing', 'ordered_set', 'more_itertools', +names = ( + 'packaging', 'pyparsing', 'ordered_set', 'more_itertools', 'importlib_metadata', + 'zipp', 'importlib_resources', +) VendorImporter(__name__, names, 'setuptools._vendor').install() |
