#!/usr/bin/make -f

export PYBUILD_DISABLE=test
export PYBUILD_NAME=django-tenant-schemas

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