From 791e4a57436e3404c97a7684f51e9c6ebb29c341 Mon Sep 17 00:00:00 2001 From: Yomguithereal Date: Sat, 19 Dec 2020 14:57:06 +0100 Subject: [PATCH] Excluding python erroneously loaded as dep by pyinstaller --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 38085ceaa8..efca0e037b 100644 --- a/Makefile +++ b/Makefile @@ -48,4 +48,5 @@ pyinstaller: clean --additional-hooks-dir=./hooks \ --name minet \ --clean \ + --exclude-module IPython \ minet/cli/__main__.py