#!/usr/bin/make -f

#export DH_VERBOSE = 1

export PYBUILD_NAME=mkosi

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

# need explicit target to be able to mark as phony
build:
	dh $@ --with python3 --buildsystem=pybuild

.PHONY: build
