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 ...
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 ...