#!/usr/bin/make -f

override_dh_auto_install:
	python3 setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb

%:
	dh $@ --with python3 --fail-missing
