#!/usr/bin/make -f
export PYBUILD_NAME=dunamai
export PYBUILD_TEST_ARGS=tests/unit

%:
	dh $@ --buildsystem=pybuild
