#! /usr/bin/make -f

export PYBUILD_NAME := timeline
# Upstream doesn't currently ship the tests in the sdist.  This will be
# fixed in 0.0.7.
export PYBUILD_DISABLE := test

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