From 2e1c968d04f6e4b6e28217edb631720d079e2496 Mon Sep 17 00:00:00 2001 From: Megh Parikh Date: Sat, 16 Dec 2023 10:48:37 -0500 Subject: [PATCH] Add setuptools to install_requires --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0f5010c9..a8d428ae 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ "docopt-ng==0.8.1", "pyyaml>=5.1", "radon==6.0.1", + "setuptools", ], python_requires=">=3.7", classifiers=[