#!/usr/bin/make -f

export PYBUILD_NAME=pytest-sugar
export PYTEST_PLUGINS=pytest_sugar
%:
	dh $@ --with python3 --buildsystem=pybuild
