#!/usr/bin/make -f

export PYBUILD_NAME = syrupy
export PYBUILD_AFTER_TEST = rm -rf {build_dir}/.hypothesis

%:
	dh $@ --buildsystem=pybuild
