jonathan@tuxmani.fr commited on
Commit
4f09741
·
1 Parent(s): c75bd8e

Fix sound dependency

Browse files
Files changed (1) hide show
  1. 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 = ["**/*","./src/sound/*"] # Also include all non-.py files
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/*",]