#!/usr/bin/make -f
#export PYBUILD_NAME=pysubs2
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/.pytest_cache

%:
	dh $@ --buildsystem=pybuild
