#!/usr/bin/make -f

%:
	dh $@ --buildsystem=pybuild

# Tests are currently not working due to an issue with pkg_resources
override_dh_auto_test:
