#! /usr/bin/make -f

export PYBUILD_NAME=nabu
%:
	dh $@ --with python3 --buildsystem=pybuild

execute_after_dh_auto_install:
	find debian -name conf.py -delete
