#!/usr/bin/make -f

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

%:
	dh $@ --buildsystem=pybuild
