#!/usr/bin/make -f
export PYBUILD_NAME = pid

%:
	dh $@ --with python3 --buildsystem=pybuild

