#!/usr/bin/make -f
# You must remove unused comment lines for the released package.
#export DH_VERBOSE = 1

export PYBUILD_NAME=sphinx-hoverxref
export PYBUILD_SYSTEM=flit

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