From ec7c2db9712a0598474e854a13746088700522a7 Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sat, 27 Nov 2021 12:26:28 +0100 Subject: [PATCH] Added package variable for generating "exe" file with pyinstaller --- cps/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cps/__init__.py b/cps/__init__.py index 118b46ff..34ccf438 100644 --- a/cps/__init__.py +++ b/cps/__init__.py @@ -19,6 +19,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +__package__ = "cps" import sys import os