#!/usr/bin/make -f

export PYBUILD_NAME=pytzdata

upstream:
	rm -rf pytzdata/zoneinfo

%:
	dh ${@} --buildsystem=pybuild
