From 9fed50fa9359018429520f58e077771218a56c8b Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Fri, 3 Sep 2021 22:51:57 +0200 Subject: [PATCH] added source to excluded import (they were added in an absolute import, making it unusable) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d68003a..e80f2ac 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ options = { "includes": ["tkinter", "requests"], "include_msvcr": True, "packages": [], - "excludes": [], + "excludes": ["source"], } }