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

# 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.)
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild
