#!/usr/bin/make -f

export PYBUILD_NAME=pytweening
export PYBUILD_TEST_ARGS=--verbosity=2 tests/basicTests.py

%:
	dh $@ --buildsystem=pybuild
