#! /usr/bin/make -f

export PYBUILD_NAME=doover
export HATCH_BUILD_HOOKS_ENABLE=1
export HATCH_VERBOSE=3

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