#!/usr/bin/make -f

export PYBUILD_NAME=rfc3987
export PYBUILD_TEST_ARGS_python3=; cd {dir}; python{version} -m doctest -v rfc3987.py

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