#!/usr/bin/make -f
export PYBUILD_TEST_ARGS=--no-cov --ignore=tests/benchmarks/test_ipaddress.py
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@ --buildsystem=pybuild
