#!/usr/bin/make -f

export PYBUILD_NAME=pastel

%:
	dh $@ --buildsystem=pybuild --test=pytest
