#!/usr/bin/make -f

export PYBUILD_NAME = pcaff
export PYBUILD_SYSTEM = pyproject

%:
	dh $@ --buildsystem=pybuild --with=single-binary

execute_after_dh_auto_install:
	rm -f debian/pcaff/usr/lib/python3/dist-packages/pcaff-*.dist-info/top_level.txt
