#!/usr/bin/make -f
DH_ALWAYS_EXCLUDE=CVS:.svn:.git
export PYBUILD_NAME = munch

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

override_dh_auto_test:
	PYTHONPATH=. python3 -m pytest tests
