#!/usr/bin/make -f

export PYBUILD_NAME=disptrans
export PYBUILD_TEST_ARGS=test_disptrans.py
#Skip test in python 3.12 to avoid test failure
export PYBUILD_DISABLE_python3.12=test

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