.PHONY: build

build:
	python setup.py bdist_wheel
