distutils and setuptools build systems Distutils and setuptools are the two most common build systems for Python packages right now. Their common feature is that they use a setup.py script that ...
This issue is a continuation of a discussion in PR about building Python wheels and how we can reduce the current complexity. In my mind, the main friction for building wheels is the current (very ...