Feature Request
I just ran into this bug: tikitu/jsmin#34
Setuptools >=58 removed functionality jsmin relies on.
The result is that jsmin can't be installed and our CI/CD pipeline fails.
My solution was to run the following before a build in out CI: poetry run pip install --upgrade setuptools==57.5.0
To counter this, it would be great if the setuptools version can be specified in the pyproject.toml.