#!/usr/bin/make -f
export PYBUILD_NAME=tpm
export PYBUILD_TEST_ARGS={dir}/tests

%:
	dh $@ --buildsystem=pybuild
