#!/usr/bin/make -f

export PYBUILD_NAME=jaraco.classes

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