#! /usr/bin/make -f

export PYBUILD_NAME=jsonrpclib-pelix

# The test suite is not shipped
export PYBUILD_DISABLE=test

%:
	dh $@ --buildsystem=pybuild
