#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

export SETUPTOOLS_SCM_PRETEND_VERSION=$(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/~.*//')
export PYBUILD_TEST_ARGS=stringcase_test.py

%:
	dh $@ --buildsystem=pybuild
