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.
|
- [project]
- name = "dora-ugv"
- version = "0.3.10-rc1"
- authors = [{ name = "Haixuan Xavier Tao", email = "tao.xavier@outlook.com" }]
- description = "Dora Node for using Agilex UGV"
- license = { text = "MIT" }
- readme = "README.md"
- requires-python = ">=3.8"
-
- dependencies = ["dora-rs >= 0.3.10rc1"]
-
-
- [dependency-groups]
- dev = ["pytest >=8.1.1", "ruff >=0.9.1"]
-
- [project.scripts]
- dora-ugv = "dora_ugv.main:main"
|