Building and Packaging a Python command-line tool for Debian

Python packaging has a chequered past. Distutils was and still is the original tool included with the standard library. But then setuptools was created to overcome the limitations of distutils, gained wide adoption, subsequently stagnated, and a fork called distribute was created to address some of the issues. Distutils2 was an attempt to take the … Continue reading Building and Packaging a Python command-line tool for Debian