#!/usr/bin/make -f
#DH_VERBOSE = 1
export PYBUILD_NAME = tabulate
export PYBUILD_TEST_ARGS := --doctest-modules

%:
	dh $@ --buildsystem=pybuild
