#!/usr/bin/make -f

export PYBUILD_NAME=pyautogui
export PYBUILD_TEST_ARGS=-k 'not TestKeyboard'

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