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

export PYBUILD_NAME=typogrify

%:
	dh $@ --buildsystem=pybuild --without=single-binary
