.PHONY: dist
dist:
	python setup.py bdist_wheel
	python setup.py sdist --formats zip,gztar,bztar,xztar
