#!/usr/bin/make -f

export PYBUILD_NAME=fonticon-fontawesome6
export PYBUILD_TEST_ARGS=--verbosity=2

%:
	dh $@ --buildsystem=pybuild
