#!/usr/bin/make -f

export PYBUILD_NAME=tx_xmpp
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}

%:
	dh $@ --buildsystem=pybuild
