#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.10.0 at
# Wed, 11 Sep 2024 19:42:51 +0200
export PYBUILD_NAME=pytweening
%:
	dh $@ --with python3 --buildsystem=pybuild

execute_before_dh_auto_test:
	cp tests/basicTests.py tests/test_basic.py
