jonathan@tuxmani.fr commited on
Commit ·
99f7b1e
1
Parent(s): 533b8cb
Fix sound dependency
Browse files
amazon_this_object/__pycache__/main.cpython-312.pyc
CHANGED
|
Binary files a/amazon_this_object/__pycache__/main.cpython-312.pyc and b/amazon_this_object/__pycache__/main.cpython-312.pyc differ
|
|
|
pyproject.toml
CHANGED
|
@@ -27,4 +27,4 @@ include-package-data = true
|
|
| 27 |
where = ["."]
|
| 28 |
|
| 29 |
[tool.setuptools.package-data]
|
| 30 |
-
amazon_this_object = ["**/*"] # Also include all non-.py files
|
|
|
|
| 27 |
where = ["."]
|
| 28 |
|
| 29 |
[tool.setuptools.package-data]
|
| 30 |
+
amazon_this_object = ["**/*",'**/sound/*] # Also include all non-.py files
|