Add uci to the build bundle
All checks were successful
Python tests (make) / test (push) Successful in 12s
Python tests (make) / test (pull_request) Successful in 11s

This commit is contained in:
2025-08-30 14:41:12 -04:00
parent 8c1f05cd82
commit 0421201df0

View File

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