Pyside6Template/project/info.py

18 lines
423 B
Python

version = "0.1.0"
name = "Project"
module_name = "project"
company_name = "Company"
bundle_identifier = "com.company.project.Project"
main_file = "main.py"
main_module = "main"
metadata_license = "MIT"
project_license = "MIT"
email = "example@example.com"
homepage = ""
screenshot = ""
summary = ""
description = ""
keywords = ""
categories = ""
mimetype = "image/png;image/jpg;image/jpeg"
application_type = "Application"