#!/usr/bin/make -f

export PYBUILD_NAME=heapdict
export PYBUILD_TEST_ARGS=$(CURDIR)/test_heap.py

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