#!/usr/bin/make -f

#export DH_VERBOSE = 1
export PYBUILD_NAME=h8mail
export PYBUILD_TEST_ARGS=-k-test-003_url
%:
	dh $@ --buildsystem=pybuild
