#!/usr/bin/make -f
export PYBUILD_NAME=logistro

export PYBUILD_TEST_ARGS=--project-root=$(CURDIR)

%:
	dh $@ --buildsystem=pybuild
