feat(version): update version to 3.0.0 and enhance cx_setup to include 'bin' directory if it exists

This commit is contained in:
2026-01-01 18:01:07 -06:00
parent a526e88385
commit 147e945133
27 changed files with 622 additions and 328 deletions

View File

@@ -13,6 +13,9 @@ include_files = [
("logo", "logo"),
]
if (ROOT / "bin").exists():
include_files.append(("bin", "bin"))
packages = [
"RNS",
"RNS.Interfaces",