Install requires setuptools
The setup.py contains:
install_requires=[
...
"setuptools>=68.0.0",
...
],
What is the reason for this? The package isn't used anywhere (except inside setup.py) from what I can tell.
The setup.py contains:
install_requires=[
...
"setuptools>=68.0.0",
...
],
What is the reason for this? The package isn't used anywhere (except inside setup.py) from what I can tell.