#!/bin/sh -e
if [ -d 'dist' ] ; then
rm -r dist
fi
if [ -d 'site' ] ; then
rm -r site
if [ -d 'starlette.egg-info' ] ; then
rm -r starlette.egg-info