#!/usr/bin/make -f
export PYBUILD_NAME=exam

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

override_dh_clean:
	rm -rf exam.egg-info .cache
	dh_clean
