Skip to content

Commit 6186b51

Browse files
committed
Fix build pt2
1 parent 112eccf commit 6186b51

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ def bundle_libs(*libs):
3030
with open(path / "modules/globals.py", "rb") as f:
3131
version = str(re.search(rb'version = "([^\s]+)"', f.read()).group(1), encoding="utf-8")
3232

33-
py_modules = []
34-
3533
cx_Freeze.setup(
3634
name="F95Checker",
3735
version=version,
@@ -75,5 +73,6 @@ def bundle_libs(*libs):
7573
("CFBundleSignature", "????"),
7674
]
7775
}
78-
}
76+
},
77+
py_modules=[]
7978
)

0 commit comments

Comments
 (0)