#!/usr/bin/make -f
export PYBUILD_NAME=deepl

%:
	dh $@ --buildsystem=pybuild

# Tests require a Deepl API key (actually, tests are broken because the project
# is using pydantic v1 and Debian has v2. Fix submitted upstream, but still,
# API key is required for the tests so there's no sense adding the patch.)
override_dh_auto_test:
