RemiFabre apirrone commited on
Commit
c494958
·
verified ·
1 Parent(s): a007414

Update pyproject.toml (#1)

Browse files

- Update pyproject.toml (b646f13391f1ce77f622d9740175618d9835d2e5)


Co-authored-by: Antoine Pirrone <apirrone@users.noreply.huggingface.co>

Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -24,7 +24,7 @@ package-dir = { "" = "." }
24
  include-package-data = true
25
 
26
  [tool.setuptools.packages.find]
27
- where = ["Theremini"]
28
 
29
  [tool.setuptools.package-data]
30
  Theremini = ["webui/**/*", "config.json"]
 
24
  include-package-data = true
25
 
26
  [tool.setuptools.packages.find]
27
+ where = ["."]
28
 
29
  [tool.setuptools.package-data]
30
  Theremini = ["webui/**/*", "config.json"]