#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=--ignore=tests/integration/test_powerwall.py

%:
	dh $@ --buildsystem=pybuild

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