A Skeleton project for creating PySide applications that can be built into executables and installers using cx_Freeze.
There are two main files to look at when customzing: init.py and setup.py. In init.py the APP_NAME, ORGANIZATION_NAME, and DOMAIN_NAME should all be updated with appropriate values. In setup.py the description and author should be updated.