#!/usr/bin/make -f

export PYBUILD_NAME=aptly-api-client

%:
	dh $@ --buildsystem=pybuild

