#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

export PYBUILD_NAME=asttokens

%:
	dh $@ --buildsystem=pybuild
