#!/usr/bin/make -f

export PYBUILD_NAME=affine
export PYBUILD_TEST_ARGS=-v tests

%:
	dh $@ --buildsystem pybuild
