#!/usr/bin/make -f

export PYBUILD_NAME=swh.core
export export PYBUILD_TEST_ARGS=--with-doctest -sv -a !db,!fs

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