#!/usr/bin/make -f

export PYBUILD_NAME=smhi
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=-k "not test_smhi_integration_test"

%:
	dh $@ --buildsystem=pybuild

override_dh_auto_clean:
	dh_auto_clean
	rm -rf smhi_pkg.egg-info/
