#!/usr/bin/make -f

export PYBUILD_NAME = python-qmix

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

override_dh_installdocs:
	dh_installdocs
	#Deleting __pycache__ generated during tests
	find debian/python3-qmix/usr/share/doc/python3-qmix/tests/__pycache__ -type f -exec rm -f {} \; -o -type d -delete
