#!/usr/bin/make -f

export PYBUILD_NAME=py-nightscout

%:
	dh $@ --buildsystem=pybuild

execute_after_auto_clean:
	rm -rf py_nightscout.egg-info/
