Spaces:
Running
Running
Oliver Nitsche Claude Sonnet 4.6 commited on
Commit ·
715f41e
1
Parent(s): b5a13fe
Add reachy-mini keyword tag
Browse filesCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -14,7 +14,7 @@ dependencies = [
|
|
| 14 |
"face-recognition",
|
| 15 |
"scipy",
|
| 16 |
]
|
| 17 |
-
keywords = ["reachy-mini-app"]
|
| 18 |
|
| 19 |
[project.entry-points."reachy_mini_apps"]
|
| 20 |
recognizer = "recognizer.main:Recognizer"
|
|
|
|
| 14 |
"face-recognition",
|
| 15 |
"scipy",
|
| 16 |
]
|
| 17 |
+
keywords = ["reachy-mini-app", "reachy-mini"]
|
| 18 |
|
| 19 |
[project.entry-points."reachy_mini_apps"]
|
| 20 |
recognizer = "recognizer.main:Recognizer"
|