#!/usr/bin/make -f

export PYBUILD_NAME=webencodings
#export PYBUILD_VERBOSE=1
#export DH_VERBOSE=1
export PYBUILD_TEST_ARGS=webencodings/tests.py


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