#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.rst
