#!/usr/bin/make -f

export PYBUILD_NAME = xphyle
export PYBUILD_TEST_ARGS = -m "not perf" -vv

%:
	dh $@ --buildsystem=pybuild
