Update pyproject.toml
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -26,4 +26,4 @@ where = ["."]
|
|
26 |
reachy_mini_red_light_green_light = ["**/*"] # Inclut tous les fichiers non .py
|
27 |
|
28 |
[project.entry-points."reachy_mini_apps"]
|
29 |
-
|
|
|
26 |
reachy_mini_red_light_green_light = ["**/*"] # Inclut tous les fichiers non .py
|
27 |
|
28 |
[project.entry-points."reachy_mini_apps"]
|
29 |
+
red_light_green_light = "red_light_green_light.main:RedLightGreenLightApp"
|