build:
	@echo "Building wheel"
	hatch build

test:
	@echo "Testing wheel"
	pytest -v .
