#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.10.0 at
# Wed, 15 Sep 2021 15:59:32 +0200
export PYBUILD_NAME=moviepy
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	SOURCE_PATH=$(CURDIR) dh_auto_test --buildsystem=pybuild
