#!/usr/bin/make -f

export PYBUILD_NAME=clearbit

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