python setup.py build --ex \ itp_state \ ring_buffer \ && pip install -e . upload: python setup.py sdist bdist_wheel --ex all twine upload dist/* --verbose # twine upload --repository testpypi dist/* --verbose