diff --git a/README.md b/README.md index 9108ef9..6e45cdc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1 @@ -# Pyside6Template -Template for Pyside6 builds using Github Actions +# ScanSnap diff --git a/project/info.py b/project/info.py index 3b67cda..2307983 100644 --- a/project/info.py +++ b/project/info.py @@ -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"