#!/usr/bin/make -f

%:
	dh $@ 

dh_override_auto_build:
	python setup.py build
