diff --git a/deploy/bundle.py b/deploy/bundle.py index 83f092c..0b9723d 100644 --- a/deploy/bundle.py +++ b/deploy/bundle.py @@ -53,8 +53,9 @@ if __name__ == "__main__": name="chess", include_dirs=[ "build", - "scripts", "binding", + "scripts", + "uci", ], ignore_patterns=[ "*.pyc",