summaryrefslogtreecommitdiff
path: root/setuptools/extern/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/extern/__init__.py')
-rw-r--r--setuptools/extern/__init__.py11
1 files changed, 9 insertions, 2 deletions
diff --git a/setuptools/extern/__init__.py b/setuptools/extern/__init__.py
index d3a6dc99..bfd4d2d4 100644
--- a/setuptools/extern/__init__.py
+++ b/setuptools/extern/__init__.py
@@ -70,7 +70,14 @@ class VendorImporter:
names = (
- 'packaging', 'pyparsing', 'ordered_set', 'more_itertools', 'importlib_metadata',
- 'zipp', 'importlib_resources', 'jaraco', 'typing_extensions', 'tomli',
+ 'packaging',
+ 'ordered_set',
+ 'more_itertools',
+ 'importlib_metadata',
+ 'zipp',
+ 'importlib_resources',
+ 'jaraco',
+ 'typing_extensions',
+ 'tomli',
)
VendorImporter(__name__, names, 'setuptools._vendor').install()