We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e08ef5 commit 1197bb8Copy full SHA for 1197bb8
scripts/build.ps1
@@ -7,6 +7,8 @@ $arguments = @(
7
'--additional-hooks-dir=Pyinstaller/hooks',
8
'--icon=res/icon.ico',
9
'--splash=res/splash.png',
10
+ '--exclude=pkg_resources',
11
+ '--exclude=setuptools',
12
# The install script should ensure that these are not installed
13
# But we'll still include unused dependencies that would be picked up by PyInstaller
14
# if requirements.txt was used directly to help ensure consistency when building locally.
0 commit comments