To build and distribute to the cheeseshop, do this:

# Register the new version:
python setup.py register

# Build and upload it:
python setup.py sdist upload
python setup.py bdist_egg upload

#and maybe, for a Windows exe installer:

python setup.py bdist_wininst upload
