From e9f24a9b60e088be1a4d7b41e886673bb539c1db Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Fri, 9 Sep 2022 22:03:23 -0400 Subject: [PATCH] Undo dir rename because it affected the license file location. --- tasks/vendoring/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/vendoring/__init__.py b/tasks/vendoring/__init__.py index d9e2af0b..041d3d51 100644 --- a/tasks/vendoring/__init__.py +++ b/tasks/vendoring/__init__.py @@ -21,6 +21,7 @@ LIBRARY_DIRNAMES = { "requirements-parser": "requirements", "backports.shutil_get_terminal_size": "backports/shutil_get_terminal_size", "python-dotenv": "dotenv", + "setuptools": "pkg_resources", "msgpack-python": "msgpack", "attrs": "attr", }