#!/usr/bin/make -f

export PYBUILD_NAME=wcwidth
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/htmlcov

%:
	dh $@ --buildsystem=pybuild

execute_before_dh_auto_build:
	python3 bin/update-tables.py --no-check-last-modified
