X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/youtubedl/blobdiff_plain/15b1d10671b48df598afd70e17ba21e9e64ac766..c8f5b4fc9bb9ebffecf8b4992ef65562b61de95b:/setup.py diff --git a/setup.py b/setup.py index 4686260..bfe931f 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ py2exe_options = { "compressed": 1, "optimize": 2, "dist_dir": '.', - "dll_excludes": ['w9xpopen.exe'], + "dll_excludes": ['w9xpopen.exe', 'crypt32.dll'], } py2exe_console = [{