devvibes commited on
Commit
ca43655
·
1 Parent(s): bb621e6

Fix entry point name to match Space name

Browse files
Files changed (1) hide show
  1. 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
- haven_kitchen_os = "haven_kitchen_os.main:HavenKitchenOs"
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 = ["."]