#!/usr/bin/make -f

export PYBUILD_NAME=pyfakefs

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