Skip to content

Commit

Permalink
Fix freezing with setuptools 45.0, see pypa/setuptools#1963
Browse files Browse the repository at this point in the history
  • Loading branch information
YoRyan committed Sep 4, 2020
1 parent 941f640 commit 602ffd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 602ffd4

Please sign in to comment.