setup_check:
	python3 setup.py check

setup_sdist:
	python3 setup.py sdist 

setup_bdist:
	python3 setup.py bdist_wheel
