#!/usr/bin/make -f
export SETUPTOOLS_USE_DISTUTILS=stdlib
%:
	dh $@ --buildsystem pybuild

override_dh_installchangelogs:
	dh_installchangelogs NEWS
