#!/usr/bin/make -f

LC_ALL := C.UTF-8
export LC_ALL

export PYBUILD_NAME = hello-python

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