#!/usr/bin/make -f

export PYBUILD_NAME=iso8601

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