#! /usr/bin/make -f

export PYBUILD_NAME=sphinxcontrib-runcmd
export PYBUILD_AFTER_BUILD=rm -rf {build_dir}/debian {build_dir}/tests

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