Skip to content

Commit 314056c

Browse files
committed
Add setuptools to install requires
1 parent 9d1ab97 commit 314056c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def find_version(*file_paths):
4040
install_requires=[
4141
"cloudformation-cli>=0.2.26",
4242
"types-dataclasses>=0.1.5",
43+
"setuptools",
4344
],
4445
entry_points={
4546
"rpdk.v1.languages": [

0 commit comments

Comments
 (0)