#!/usr/bin/make -f

override_dh_install:
	dh_install
	rm -f debian/yokadi/usr/share/yokadi/LICENSE

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