Sourced from setuptools's changelog.
v80.3.1
Bugfixes
- Restored select attributes in easy_install for temporary pbr compatibility. (#4976)
v80.3.0
Features
- Removed easy_install and package_index modules. (#917)
- Restored license declaration in package metadata. See jaraco/skeleton#171. (#4956)
v80.2.0
Features
- Restored support for install_scripts --executable (and classic behavior for the executable for those invocations). Instead, build_editable provides the portable form of the executables for downstream installers to rewrite. (#4934)
f37845b
Bump version: 80.3.0 → 80.3.1a6f8db0
Merge pull request #4980
from pypa/debt/4976-pbr-compat05cf544
Add news fragment.5b39e4e
Add the deprecation warning to attribute access.30c0038
Render the attributes dynamically.d622935
Restore ScriptWriter and sys_executable properties.88bd892
Add a failing integration test. Ref #49769dccfa4
Moved pbr setup into a fixture.af8b322
Bump version: 80.2.0 → 80.3.0e7b8084
Merge pull request #4963
from pypa/debt/remove-easy-install