
- To create distribution
  python setup.py sdist
- To register distribution
  python setup.py register
- To upload
  python setup.py sdist upload
- To update distribution
  1. increase version number in setup.py
  2. update CHANGE.txt
  3. update README.txt
  4. python setup.py sdist upload
