#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

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