Several deadlines are approaching for deprecated setuptools features
30th Aug
- bdist_wheel with universal=True
15th Oct
- Running `setup.py test`
- subclassing wheel.bdist_wheel
31st Oct
- Running `setup.py <anything>`
- setuptools.command.easy_install, setuptools.installer, fetch_build_eggs
For more info and migration guidence see
- https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
- https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
Thanks to PyPA and everyone involved for their dedication and hard slog.