#! /usr/bin/make -f

export PYBUILD_NAME=annotated-doc

# tests/test_prepare_release.py: tests the upstream release tooling (not
# shipped), which lives in scripts/ and needs typer
export PYBUILD_TEST_ARGS=--ignore=tests/test_prepare_release.py

%:
	dh $@ --buildsystem=pybuild
