package:		## Build wheel package
	python3 setup.py bdist_wheel

clean:			## Clean up files
	rm -rf dist
