#! /usr/bin/make -f

export PYBUILD_NAME=ecmwf-api-client
export PYBUILD_DISABLE=test
export PYTHONPATH=$(CURDIR)

%:
	dh $@ --buildsystem=pybuild
