#!/usr/bin/make -f

PYBUILD_NAME=sat_templates

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

execute_after_dh_auto_install:
	find debian -name __pycache__ -type d | xargs rm -rf