#!/usr/bin/make -f

export PYBUILD_NAME=mailer

%:
	dh $@  --buildsystem=pybuild
