#!/usr/bin/make -f

export PYBUILD_NAME := phonenumbers
export PYBUILD_DIR  := python

%:
	dh $@ --buildsystem=pybuild
