#!/usr/bin/make -f

export PYBUILD_NAME=tzlocal
unexport TZ  # test suite fails if TZ is set
%:
	dh $@ --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -rf tzlocal.egg-info
