You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [build-system]
- requires = ["maturin>=0.13.2"]
- build-backend = "maturin"
-
- [project]
- name = "dora-kit-car"
- dynamic = ["version"]
- authors = [{ name = "Leon", email = "echo_ai@foxmail.com" }]
- description = "Dora Node for dora kit car"
- license = { text = "MIT" }
- readme = "README.md"
- requires-python = ">=3.8"
-
- scripts = { "dora-kit-car" = "dora_kit_car:py_main" }
-
- [tool.maturin]
- features = ["python", "pyo3/extension-module"]
|