#!/usr/bin/make -f

export PYBUILD_NAME=h11
export PYBUILD_TEST_ARGS=-k "not test_h11_as_server"
export SETUPTOOLS_USE_DISTUTILS=stdlib

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