#!/usr/bin/make -f

export PYBUILD_NAME = texttable

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