install:
	python setup.py install

clean:
	find . -name "*.pyc" | xargs rm -f
	rm -rf build/ dist/ MANIFEST
