Fix entry point name to match Space name
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -61,7 +61,7 @@ Homepage = "https://huggingface.co/spaces/MindXpansion/haven_kitchen_os"
|
|
| 61 |
Repository = "https://github.com/MindXpansion/haven_kitchen_os"
|
| 62 |
|
| 63 |
[project.entry-points.reachy_mini_apps]
|
| 64 |
-
|
| 65 |
|
| 66 |
[tool.setuptools.packages.find]
|
| 67 |
where = ["."]
|
|
|
|
| 61 |
Repository = "https://github.com/MindXpansion/haven_kitchen_os"
|
| 62 |
|
| 63 |
[project.entry-points.reachy_mini_apps]
|
| 64 |
+
Haven_ReachyMini_Contest_Final = "haven_kitchen_os.main:HavenKitchenOs"
|
| 65 |
|
| 66 |
[tool.setuptools.packages.find]
|
| 67 |
where = ["."]
|