#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=-k "not test_py_typed_file_is_present_in_source"
%:
	dh $@ --buildsystem=pybuild
