.PHONY: build
build: src/mcmu/__main__.py
	python3 -m build
