#!/usr/bin/make -f

export PYBUILD_NAME=pathlib2

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