run:
	python -m dz

sdist:
	python setup.py sdist

publish:
	python -m twine upload dist/*