Changes ------- * 2796: Merge with pypa/distutils02e9f65ab0
58.0.4
Not secure
=======
Misc ---- * 2773: Retain case in setup.cfg during sdist.
58.0.3
Not secure
=======
Misc ---- * 2777: Build does not fail fast when ``use_2to3`` is supplied but set to a false value.
58.0.2
Not secure
=======
Misc ---- * 2769: Build now fails fast when ``use_2to3`` is supplied.
58.0.1
Not secure
=======
Misc ---- * 2765: In Distribution.finalize_options, suppress known removed entry points to avoid issues with older Setuptools.
58.0.0
Not secure
=======
Breaking Changes ---------------- * 2086: Removed support for 2to3 during builds. Projects should port to a unified codebase or pin to an older version of Setuptools using PEP 518 build-requires.
Documentation changes --------------------- * 2746: add python_requires example