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 ...
Ok, so I have a python program that I'm working on that has a regular old distutils setup.py. I wouldn't imagine that it would be that difficult to get a deb out of it, but I don't seem to find an ...