create script from entrypoint, use custom metadata for research
Browse files- pyproject.toml +4 -1
pyproject.toml
CHANGED
@@ -14,5 +14,8 @@ dependencies = [
|
|
14 |
"reachy-mini@git+https://github.com/pollen-robotics/reachy_mini",
|
15 |
] # TODO open
|
16 |
|
17 |
-
[project.
|
18 |
reachy_mini_app_example = "reachy_mini_app_example.main:ExampleApp"
|
|
|
|
|
|
|
|
14 |
"reachy-mini@git+https://github.com/pollen-robotics/reachy_mini",
|
15 |
] # TODO open
|
16 |
|
17 |
+
[project.scripts]
|
18 |
reachy_mini_app_example = "reachy_mini_app_example.main:ExampleApp"
|
19 |
+
|
20 |
+
[tool.reachy_mini_app]
|
21 |
+
type = "reachy_mini_app"
|