Added package variable for generating "exe" file with pyinstaller

This commit is contained in:
Ozzie Isaacs 2021-11-27 12:26:28 +01:00
parent a1d372630d
commit ec7c2db971
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__package__ = "cps"
import sys
import os