- Removed reference to upload_docs module in entry points. (4650)
75.0.0
=======
Features --------
- Declare also the dependencies used by distutils (adds jaraco.collections).
Deprecations and Removals -------------------------
- Removed upload_docs command. (2971) - Merge with pypa/distutils7283751. Removed the register and upload commands and the config module that backs them (pypa/distutils294). Removed the borland compiler. Replaced vendored dependencies with natural dependencies. Cygwin C compiler now gets compilers from sysconfig (pypa/distutils296). (4649)
74.1.3
=======
Bugfixes --------
- Fix cross-platform compilation using ``distutils._msvccompiler.MSVCCompiler`` -- by :user:`saschanaz` and :user:`Avasam` (4648)
74.1.2
=======
Bugfixes --------
- Fixed TypeError in sdist filelist processing by adding support for pathlib Paths for the build_base. (4615) - Removed degraded and deprecated ``test_integration`` (easy_install) from the test suite. (4632)
74.1.1
=======
Bugfixes --------
- Fixed TypeError in ``msvc.EnvironmentInfo.return_env`` when no runtime redistributables are installed. (1902)
74.1.0
=======
Features --------
- Added support for defining ``ext-modules`` via ``pyproject.toml`` (**EXPERIMENTAL**, may change in future releases). (4568)
Bugfixes --------
- Merge with pypa/distutils3dcdf8567, removing the duplicate vendored copy of packaging. (4622) - Restored ``setuptools.msvc.Environmentinfo`` as it is used externally. (4625)