feat(version): update version to 3.0.0 and enhance cx_setup to include 'bin' directory if it exists
This commit is contained in:
@@ -13,6 +13,9 @@ include_files = [
|
||||
("logo", "logo"),
|
||||
]
|
||||
|
||||
if (ROOT / "bin").exists():
|
||||
include_files.append(("bin", "bin"))
|
||||
|
||||
packages = [
|
||||
"RNS",
|
||||
"RNS.Interfaces",
|
||||
|
||||
Reference in New Issue
Block a user