#!/usr/bin/make -f

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

override_dh_clean:
	rm -rf .github
	dh_clean
