#!/usr/bin/make -f

export PYBUILD_TEST_UNITTEST := 1
export http_proxy :=

%:
	dh $@ --buildsystem=pybuild
