#!/usr/bin/make -f
export PYBUILD_NAME=pretend
export SETUPTOOLS_USE_DISTUTILS=stdlib

%:
	dh $@ --buildsystem=pybuild
