#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=--no-cov
%:
	dh $@ --buildsystem=pybuild

execute_after_dh_python3:
	rm -f debian/python3-airos/usr/lib/python3/dist-packages/airos-*.dist-info/top_level.txt
