Spaces:
Running
Running
Update pyproject.toml
Browse files- 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 = ["
|
| 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"]
|