#!/usr/bin/make -f

export PYBUILD_NAME=i3-swap-focus
%:
	dh $@ --with python3 --buildsystem=pybuild
