#!/usr/bin/make -f
#export DH_VERBOSE = 1
export PYBUILD_NAME=namecheap
export PYBUILD_DESTDIR_python3=debian/python3-${PYBUILD_NAME}
export PYBUILD_TEST_NOSE = 1
export PYBUILD_TEST_ARGS = -e "domain"

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