#!/usr/bin/make -f

export PYBUILD_NAME=morfessor
export PYBUILD_TEST_ARGS=morfessor/test/*.py

%:
	dh $@ --buildsystem=pybuild
