# Butils

## How to upload to pypi

```
rm dist/*
python setup.py sdist bdist_wheel
twine upload dist/*
```
