#!/usr/bin/make -f

#export DH_VERBOSE = 1

# Set the name of the project.
export PYBUILD_NAME = snap7

# These tests require Internet connection, then they are disabled.
export PYBUILD_TEST_ARGS = -m "not (e2e or client or server or partner or logo)"

%:
	dh $@ --buildsystem=pybuild
