diff --git a/setup_exe.py b/setup_exe.py index aaebede..23cfd21 100644 --- a/setup_exe.py +++ b/setup_exe.py @@ -5,7 +5,7 @@ # Dependencies are automatically detected, but it might need # fine tuning. -buildOptions = dict(packages = ['pyproj.datadir'], +buildOptions = dict(packages = ['pyproj.datadir', 'pkg_resources.py2_warn'], excludes = ['numpy.fft'], # https://github.com/anthony-tuininga/cx_Freeze/issues/278#issuecomment-542316877 include_files = ['C:\\Windows\\System32\\vcruntime140.dll'])