#! /usr/bin/make -f

export PYBUILD_NAME := macaroonbakery
export PYBUILD_TEST_NOSE := 1

%:
	dh $@ --with python3 --buildsystem=pybuild
