psf / fundable-packaging-improvements

Packaging improvements that could be funded
52 stars 19 forks source link

Make setuptools the reference implementation of the distutils API #23

Open xmunoz opened 3 years ago

xmunoz commented 3 years ago

There is a part of the Python standard library called distutils, and some users directly use it. We want users to instead switch to the supported toolchain, which uses setuptools, and we want to move all the functionality from distutils into setuptools. This requires backend development work, technical writing, project management, and publicity work within Python's community.