wip
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -15,7 +15,7 @@ dependencies = [
|
|
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"
|
|
|
15 |
] # TODO open
|
16 |
|
17 |
[project.scripts]
|
18 |
+
reachy_mini_app_example = "reachy_mini_app_example.main:ExampleApp.wrapped_run"
|
19 |
|
20 |
[tool.reachy_mini_app]
|
21 |
type = "reachy_mini_app"
|