apirrone commited on
Commit
8aaebe9
·
1 Parent(s): add1991

local files

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -16,11 +16,11 @@ dependencies = [
16
  ] # TODO open
17
 
18
  [tool.setuptools]
19
- package-dir = { "" = "./" }
20
  include-package-data = true
21
 
22
  [tool.setuptools.packages.find]
23
- where = ["./"]
24
 
25
  [tool.setuptools.package-data]
26
  reachy_mini_red_light_green_light = ["**/*"] # Inclut tous les fichiers non .py
 
16
  ] # TODO open
17
 
18
  [tool.setuptools]
19
+ package-dir = { "" = "." }
20
  include-package-data = true
21
 
22
  [tool.setuptools.packages.find]
23
+ where = ["."]
24
 
25
  [tool.setuptools.package-data]
26
  reachy_mini_red_light_green_light = ["**/*"] # Inclut tous les fichiers non .py