#!/usr/bin/make -f

export PYBUILD_NAME = sentinels

export PYBUILD_BEFORE_TEST = cp README.rst {build_dir}
export PYBUILD_AFTER_TEST = rm {build_dir}/README.rst

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

