#! /usr/bin/make -f

export PYBUILD_NAME = b2sdk
export PYBUILD_TEST_ARGS=-k-test_raw_api


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

override_dh_installchangelogs:
	dh_installchangelogs $(CURDIR)/README.md
