|
- [build-system]
- requires = ["maturin>=0.13.2"]
- build-backend = "maturin"
-
- [project]
- name = "dora-rerun"
- dynamic = ["version"]
- license = { text = "MIT" }
- requires-python = ">=3.7"
-
- dependencies = [
- 'rerun_sdk==0.21.0',
- # "rerun-loader-urdf @ git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git",
- ]
-
- scripts = { "dora-rerun" = "dora_rerun:py_main" }
-
- [tool.maturin]
- features = ["python", "pyo3/extension-module"]
|