exclude numpy and Cython from build for now

This commit is contained in:
Fabian Dill 2020-09-04 04:23:42 +02:00
parent 91c15173d2
commit 9041c7a5ae
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ cx_Freeze.setup(
options={ options={
"build_exe": { "build_exe": {
"includes": [], "includes": [],
"excludes": ["numpy", "Cython"],
"zip_include_packages": ["*"], "zip_include_packages": ["*"],
"zip_exclude_packages": [], "zip_exclude_packages": [],
"include_files": [], "include_files": [],