#!/usr/bin/make -f
export PYBUILD_NAME=openai

%:
	dh $@ --with python3 -Spybuild

override_dh_auto_test:
	true

execute_after_dh_installexamples:
	find debian/ -type f -path "*examples/*.py" -exec chmod 644 {} \;
