Update project name
This commit is contained in:
parent
6a41222336
commit
0a4c5249ff
2 changed files with 12 additions and 13 deletions
|
|
@ -1,2 +1 @@
|
|||
# Pyside6Template
|
||||
Template for Pyside6 builds using Github Actions
|
||||
# ScanSnap
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue