#!/usr/bin/make -f

export PYBUILD_NAME=wstool
export PYBUILD_AFTER_INSTALL=rm -rf 'debian/python3-wstool/usr/bin' 'debian/python3-wstool/usr/share/bash-completion' 'debian/python3-wstool/usr/share/zsh'

%:
	dh $@ --with python2,python3 --buildsystem=pybuild
