Packaging

Python setup.py to DEB package

Found it here.

Often Python packages come with setup.py utility but you'd like have a .deb file. Do

sudo aptitude install python-stdeb
python setup.py --command-packages=stdeb.command bdist_deb

and install the package with dpkg.