#!/usr/bin/make -f

export PYBUILD_NAME=graphene-sqlalchemy
export PYBUILD_AFTER_TEST=rm -rf {build_dir}/test_sqlalchemy.sqlite3

%:
	dh $@ --with python3 --buildsystem=pybuild
