#!/usr/bin/make -f

export PYBUILD_NAME := igwn-segments
export PYBUILD_SYSTEM := pyproject

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

# do not run tests at all.
override_dh_auto_test:
	true
