test:
	@pytest

install:
	@pip install -e .

create:
	@python setup.py sdist bdist_wheel

clean:
	@rm -rfv ./dist ./build
