#!/usr/bin/make -f

export PYBUILD_NAME=pulp

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