#!/usr/bin/make -f

export PYTHONWARNINGS=d
export PYBUILD_NAME=geopy

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