summaryrefslogtreecommitdiff
path: root/setuptools/extern
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-05-21 17:26:12 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-05-22 19:13:28 -0400
commit28f4890f20704e8aa0248843fef703883bdea544 (patch)
treec44c0ab2937a34e2576d14d93460185983458c9b /setuptools/extern
parentc6a761fd4dd86283f25d828c7b9b56d764dcf84b (diff)
downloadpython-setuptools-git-28f4890f20704e8aa0248843fef703883bdea544.tar.gz
Vendor more_itertools
Diffstat (limited to 'setuptools/extern')
-rw-r--r--setuptools/extern/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/extern/__init__.py b/setuptools/extern/__init__.py
index 7df32fde..baca1afa 100644
--- a/setuptools/extern/__init__.py
+++ b/setuptools/extern/__init__.py
@@ -69,5 +69,5 @@ class VendorImporter:
sys.meta_path.append(self)
-names = 'packaging', 'pyparsing', 'ordered_set',
+names = 'packaging', 'pyparsing', 'ordered_set', 'more_itertools',
VendorImporter(__name__, names, 'setuptools._vendor').install()