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

Update pyproject.toml

Browse files
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"]