#!/usr/bin/make -f
export PYTHONDONTWRITEBYTECODE=yes
export PYBUILD_NAME=rply

%:
	dh $@ --with python3 --buildsystem=pybuild
