#!/usr/bin/make -f

export PYBUILD_NAME=agilent_format
%:
	dh $@ --buildsystem=pybuild

