Sourced from setuptools's changelog.
v80.1.0
Features
- Added a deadline of Oct 31 to the setup.py install deprecation.
Bugfixes
- With
setup.py install --prefix=..., fall back to distutils install rather than failing. Note that runningsetup.py installis deprecated. (#3143)
6f7b6dd
Bump version: 80.0.1 → 80.1.025ac162
Fix error message string formatting (#4949)4566569
Merge pull request #4970
from pypa/bugfix/3143-simple-install7fc5e05
Add a due date on the deprecation.d8071d6
Remove do_egg_install (unused).a1ecac4
Remove run override as it now unconditionally calls super().2b0d173
Unify the behavior around the return type when calling
super(install).0dc924a
Fall back to distutils install rather than failing.