#!/usr/bin/make -f

export PYBUILD_NAME = fastmolwidget
export QT_QPA_PLATFORM=offscreen

%:
	dh $@ --buildsystem pybuild
