#!/usr/bin/make -f

export PYBUILD_NAME=sphinxcontrib-asyncio
%:
	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
