PierreRouanet commited on
Commit
7271a3b
·
verified ·
1 Parent(s): 72bb258

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
 
5
 
6
  [project]
7
- name = "reachy_mini_hand_tracker_app"
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
- reachy_mini_hand_tracker_app = "reachy_mini_hand_tracker_app.main:HandTrackerApp"
 
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"