* To build, install on windows:

python setup.py build -c mingw32 install

* To build egg on windows:

python setup.py build -c mingw32 bdist_egg

* To build source distribution:

python setup.py sdist

* To build egg, sdist, register, and upload on windows:
python setup.py egg_info -RDb "" build -c mingw32 sdist bdist_egg register upload
