#!/usr/bin/make -f

export PYBUILD_NAME = sphinxcontrib_autodoc_pydantic

%:
	dh $@ --buildsystem=pybuild
