Skip to content

Commit 93e6296

Browse files
authored
setup.cfg: drop setuptools dependency (#187)
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. This fixes the following bug in Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1083736
1 parent cacd0fa commit 93e6296

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ install_requires =
3939
hid
4040
milc>=1.9.0
4141
pyusb
42-
setuptools>=45
4342
# qmk_firmware packages
4443
dotty-dict
4544
hjson

0 commit comments

Comments
 (0)