Add windows and reorganize

This commit is contained in:
Joey Yakimowich-Payne 2022-11-11 19:39:12 -07:00
commit 458353ebab
7 changed files with 116 additions and 27 deletions

View file

@ -1,8 +1,14 @@
from setuptools import setup
from glob import glob
from datetime import datetime
from package_alias import package
from project.info import main_module, name, version, main_file, bundle_identifier, module_name
info = package.info
name = info.name
version = info.version
bundle_identifier = info.bundle_identifier
module_name = info.module_name
APP = [f'pyinstaller.py']
DATA_FILES = [