diff --git a/pyproject.toml b/pyproject.toml index a66f51a7..4a1f3c54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,9 @@ exclude = [ ".cai/", "nohup.out", "ci/", - "tools/cut_the_rope/" + "tools/cut_the_rope/", + "media/", + "docs/media/" ] [tool.hatch.build.targets.wheel] @@ -137,7 +139,9 @@ exclude = [ ".cai/", "nohup.out", "ci/", - "tools/cut_the_rope/" + "tools/cut_the_rope/", + "media/", + "docs/media/" ] [tool.hatch.build.targets.wheel.sources] @@ -166,7 +170,9 @@ exclude = [ ".cai/", "nohup.out", "ci/", - "tools/cut_the_rope/" + "tools/cut_the_rope/", + "media/", + "docs/media/" ] [tool.ruff]