install:
	pip3 install -e .

package:
	python3 setup.py sdist bdist_wheel
	python3 twine upload dist/*
