#! /usr/bin/make -f

export PYBUILD_NAME=polsarpro
export PYBUILD_TEST_ARGS=-k "not pauli_rgb" tests

%:
	dh $@ --buildsystem=pybuild
