Lucatastik commited on
Commit
e752a0c
·
verified ·
1 Parent(s): 879e193

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -23,7 +23,7 @@ dependencies = [
23
  keywords = ["reachy-mini-app"]
24
 
25
  [project.entry-points."reachy_mini_apps"]
26
- lestal = "lestal.main:lestal"
27
 
28
  [tool.setuptools]
29
  package-dir = { "" = "." }
@@ -33,4 +33,4 @@ include-package-data = true
33
  where = ["."]
34
 
35
  [tool.setuptools.package-data]
36
- lestal = ["**/*"]
 
23
  keywords = ["reachy-mini-app"]
24
 
25
  [project.entry-points."reachy_mini_apps"]
26
+ lestal = "coquille.main:lestal"
27
 
28
  [tool.setuptools]
29
  package-dir = { "" = "." }
 
33
  where = ["."]
34
 
35
  [tool.setuptools.package-data]
36
+ coquille = ["**/*"]