From 41390bc368c2297c4b1e8c0797a78ac43213dcb9 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Fri, 12 Mar 2021 11:52:15 +0100 Subject: [PATCH] [main] rename entry point ... to NOT have the same name as the package. Apparently this confuses pyinstaller --- blipblop.py => blipblop_main.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename blipblop.py => blipblop_main.py (100%) diff --git a/blipblop.py b/blipblop_main.py similarity index 100% rename from blipblop.py rename to blipblop_main.py