Add uci to the build #43

Merged
Josh merged 1 commits from add-uci-to-build into main 2025-08-30 18:44:04 +00:00

View File

@@ -53,8 +53,9 @@ if __name__ == "__main__":
name="chess",
include_dirs=[
"build",
"scripts",
"binding",
"scripts",
"uci",
],
ignore_patterns=[
"*.pyc",