#! /bin/bash

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