#!/usr/bin/make -f

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

export PYBUILD_DISABLE = test

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