Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Apply workaround to setuptools version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jan 20, 2020
1 parent cf63981 commit 85c88ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle_isogeo2office.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ a = Analysis(['IsogeoToOffice.py'],
pathex=[],
binaries=[],
datas=added_files,
hiddenimports=[],
hiddenimports=['pkg_resources.py2_warn'],
hookspath=[],
runtime_hooks=[],
excludes=[],
Expand Down

0 comments on commit 85c88ba

Please sign in to comment.