#! /usr/bin/make -f

export PYBUILD_NAME=texext
export PYBUILD_TEST_ARGS=--pyargs texext

%:
	dh $@ --buildsystem=pybuild
