#! /usr/bin/make -f

export PYBUILD_NAME := expandvars
export PYBUILD_TEST_ARGS := --no-cov

%:
	dh $@ --buildsystem=pybuild
