Update pyproject.toml
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4 |
|
5 |
|
6 |
[project]
|
7 |
-
name = "
|
8 |
version = "0.1.0"
|
9 |
description = "Add your description here"
|
10 |
readme = "README.md"
|
@@ -16,4 +16,4 @@ dependencies = [
|
|
16 |
]
|
17 |
|
18 |
[project.entry-points."reachy_mini_apps"]
|
19 |
-
|
|
|
4 |
|
5 |
|
6 |
[project]
|
7 |
+
name = "hand_tracker_app"
|
8 |
version = "0.1.0"
|
9 |
description = "Add your description here"
|
10 |
readme = "README.md"
|
|
|
16 |
]
|
17 |
|
18 |
[project.entry-points."reachy_mini_apps"]
|
19 |
+
hand_tracker_app = "hand_tracker_app.main:HandTrackerApp"
|