sed -i '/coherent.licensed/d' pyproject.toml
python3 -m build --wheel --no-isolation
python3 -m installer --destdir "$PKG" dist/*.whl
