Spaces:
Running
Running
jonathan@tuxmani.fr commited on
Commit ·
4f09741
1
Parent(s): c75bd8e
Fix sound dependency
Browse files- pyproject.toml +1 -4
pyproject.toml
CHANGED
|
@@ -27,7 +27,4 @@ include-package-data = true
|
|
| 27 |
where = ["."]
|
| 28 |
|
| 29 |
[tool.setuptools.package-data]
|
| 30 |
-
amazon_this_object = ["*
|
| 31 |
-
|
| 32 |
-
[tool.ruff]
|
| 33 |
-
exclude = [".venv", "dist", "build", "**/__pycache__", "*.egg-info", ".mypy_cache", ".pytest_cache"]
|
|
|
|
| 27 |
where = ["."]
|
| 28 |
|
| 29 |
[tool.setuptools.package-data]
|
| 30 |
+
amazon_this_object = ["*","static/*","sound/*",]
|
|
|
|
|
|
|
|
|