diff --git a/pyproject.toml b/pyproject.toml index 7d2a763..07b5c26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ build-backend = "hatchling.build" [tool.hatch.build] packages = ["trushell"] -include = ["README.md", "LICENSE", "trushell/sounds/*"] +include = ["README.md", "LICENSE", "trushell/sounds/*", "trushell/config/*"] [tool.ruff] line-length = 88