To build a release
------------------

Register the new version of the software on pypi

  python setup register

Then create a tarball and upload it to pypi:
  
  python setup.py sdist upload

-EOF
