# Release/build process

## Build and upload the package
python setup.py sdist register upload

## Build and publish docs
cd docs
make html
scp -r _build/html/* web.sourceforge.net:/home/project-web/merciless/htdocs/
