Add uci to the build (#43)
All checks were successful
Build & Push Package / package-and-push (push) Successful in 10s
Python tests (make) / test (push) Successful in 11s

Reviewed-on: #43
Co-authored-by: Josh <josh@joshuaschuett.com>
Co-committed-by: Josh <josh@joshuaschuett.com>
This commit is contained in:
2025-08-30 18:44:04 +00:00
committed by Josh
parent 8c1f05cd82
commit 083483f94d

View File

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