#! /usr/bin/make -f

export PYBUILD_NAME=undetected-chromedriver

%:
	dh $@ --buildsystem=pybuild

# there are no tests
override_dh_auto_test:
