#! /bin/bash

# bdist
python setup.py check --verbose --metadata --restructuredtext --strict && \
  python setup.py register sdist upload

# End
