From: Agathe Porte <gagath@debian.org>
Date: Fri, 1 Nov 2024 12:20:31 +0100
Subject: drop setuptools install_requires

The setuptools dependency is not needed in this file because setuptools
will be installed from the pyproject.toml file. Since the project does
not use anything from the setuptools package, remove it as a dependency.

Closes: #1083736
Forwarded: https://github.com/qmk/qmk_cli/pull/187
---
 setup.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 8a7420b..681175c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,7 +39,6 @@ install_requires =
 	hid
 	milc>=1.9.0
 	pyusb
-	setuptools>=45
 	# qmk_firmware packages
 	dotty-dict
 	hjson
