Replace setup.py by a pyproject.toml setup

Change-Id: Id2ab8bd785f92dab516f81c3f6532f41b5036c47
10 files changed
tree: 7130d12bcaa32bae4092a8007da26155cf4097b6
  1. _build/
  2. mmi2grpc/
  3. pandora/
  4. .gitignore
  5. .gitmodules
  6. __init__.py
  7. CONTRIBUTING.md
  8. LICENSE
  9. pyproject.toml
  10. README.md
README.md

mmi2grpc

Install

git submodule update --init

pip install -e . # With editable mode
# Or
pip install . # Without editable mode

Rebuild gRPC interfaces

./_build/grpc.py