#!/usr/bin/make -f

export PYBUILD_NAME=pynndescent
export PYBUILD_TEST_ARGS=--pyargs pynndescent.tests

%:
	dh $@ --buildsystem=pybuild
