Many packages have switched to leverage PEP 517 style of building the package, dropping `setuptools` in the process. At the same time, it may be worth considering changing `setup.py` into a more declarative `pyproject.toml` (or `setup.cfg`).
Many packages have switched to leverage PEP 517 style of building the package, dropping
setuptoolsin the process.At the same time, it may be worth considering changing
setup.pyinto a more declarativepyproject.toml(orsetup.cfg).