#!/usr/bin/env python
import os
os.system("rm -fv `find . -name '*.pyc'`")
os.system("rm -fv MANIFEST")
os.system("python setup.py sdist")
