#!/usr/bin/make -f

export PYBUILD_SYSTEM=pyproject

%:
	dh $@ --buildsystem=pybuild


execute_before_dh_auto_clean:
	rm -rf *egg*
