summaryrefslogtreecommitdiff
path: root/setuptools/extern
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-02-04 19:34:50 -0500
committerJason R. Coombs <jaraco@jaraco.com>2022-02-05 09:23:01 -0500
commit430cacd191440bee5140459b4bb1da1d1cba244b (patch)
tree2c01b0b7aadaaf8bee6357cf805fc101709647a6 /setuptools/extern
parent4348e77ca8a0da3b804c2b388209284edd2d26dd (diff)
downloadpython-setuptools-git-430cacd191440bee5140459b4bb1da1d1cba244b.tar.gz
Vendor jaraco.text with setuptools.
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 d2ac8b08..3570a3b4 100644
--- a/setuptools/extern/__init__.py
+++ b/setuptools/extern/__init__.py
@@ -71,6 +71,6 @@ class VendorImporter:
names = (
'packaging', 'pyparsing', 'ordered_set', 'more_itertools', 'importlib_metadata',
- 'zipp', 'importlib_resources',
+ 'zipp', 'importlib_resources', 'jaraco',
)
VendorImporter(__name__, names, 'setuptools._vendor').install()