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-object-to-pose"
- dynamic = ["version"]
- license = { text = "MIT" }
- requires-python = ">=3.8"
-
- dependencies = ["maturin>=1.8.2"]
-
- scripts = { "dora-object-to-pose" = "dora_object_to_pose:py_main" }
-
- [tool.maturin]
- features = ["python", "pyo3/extension-module"]
-
- [tool.ruff.lint]
- extend-select = [
- "D", # pydocstyle
- ]
|