pypi:
	python setup.py sdist bdist_egg upload -s 

clean:
	rm -rf dist build *egg-info
	find . -name "*.pyc" | xargs rm

