From e17a1373b32f2c5c04e59a875157cc60accb02da Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 26 Apr 2023 20:36:10 -0700 Subject: [PATCH] Add setuptools to dependencies Refs #2065 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e1856f27..a185cb94 100644 --- a/setup.py +++ b/setup.py @@ -61,6 +61,7 @@ setup( "setuptools", "pip", "asyncinject>=0.6", + "setuptools", ], entry_points=""" [console_scripts]