#Packaging
#=========
#[ ]
\rm -rf dist
python setup.py sdist
python setup.py bdist_wheel --universal

# Manually Set up for Uploading
# ==============================
# Create ~/.pypirc with Following Contents
# [pypi]
# username = sada
# password = Password- Asdf

#Uploading
#=========
twine upload dist/*


