Update project name

This commit is contained in:
Joey Yakimowich-Payne 2023-08-17 15:21:36 -06:00
commit 0a4c5249ff
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
2 changed files with 12 additions and 13 deletions

View file

@ -1,2 +1 @@
# Pyside6Template
Template for Pyside6 builds using Github Actions
# ScanSnap

View file

@ -1,18 +1,18 @@
version="0.1.0"
name="Project"
module_name="project"
company_name="Project Company"
bundle_identifier="com.projectcompany.project.Project"
name="ScanSnap"
module_name="scansnap"
company_name="SimplyPixelated"
bundle_identifier="com.simplypixelated.scansnap.ScanSnap"
main_file="main.py"
main_module="main"
metadata_license="MIT"
project_license="PRIVATE"
email="user@example.com"
homepage="https://example.com"
email="jyapayne@pm.me"
homepage=""
screenshot=""
summary="A project of your creation."
description="A project of your creation."
keywords="interesting;good"
categories="CategoryA;CategoryB"
mimetype="image/x-foo;image/y-foo"
summary="Scans receipt data from photos to send to QuickBooks Online"
description="Scans receipt data from photos to send to QuickBooks Online"
keywords="quickbooks;scanner;receipts"
categories="Utility;Software"
mimetype="image/png;image/jpg;image/jpeg"
application_type="Application"