README

pip3 install setuptools wheel twine

python3 setup.py sdist bdist_wheel
twine upload --skip-existing dist/*

