From 3068216f8bf0c58af5b9c1d86e63b8c9a2345983 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Mon, 17 Jun 2024 14:59:04 -0700 Subject: [PATCH] Add setuptools to install requires --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6bc36e9..190e41a 100644 --- a/setup.py +++ b/setup.py @@ -40,6 +40,7 @@ def find_version(*file_paths): install_requires=[ "cloudformation-cli>=0.2.26", "types-dataclasses>=0.1.5", + "setuptools>=60.0.0", ], entry_points={ "rpdk.v1.languages": [