#!/usr/bin/make -f

export PYTHONWARNINGS=d
export PYBUILD_NAME=geopy

export PYTEST_ADDOPTS=--asyncio-mode=auto --ignore=test/adapters --tb=short

%:
	dh $@ --buildsystem=pybuild
