#!/bin/bash
clear
reset
rm -rf *.egg-info
rm -rf build
rm -rf dist
python setup.py build sdist upload
