#!/bin/sh set -x set -e find . -name '*.pyc' -exec rm {} + rm -rf build rm -rf *.egg-info rm -rf dist