#! /usr/bin/make -f

export PYBUILD_NAME=napari
%:
	dh $@ --with python3 --buildsystem=pybuild

UPSTREAM_VERSION=$(shell dpkg-parsechangelog -S Version | sed -e s/-[-]*$$// -e s/~.*//)

override_dh_auto_test:

