Fix project name
This commit is contained in:
parent
4797def19e
commit
0bae034258
2 changed files with 19 additions and 19 deletions
|
|
@ -1 +1 @@
|
|||
# ScanSnap
|
||||
# Project
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
version="0.1.0"
|
||||
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="jyapayne@pm.me"
|
||||
homepage=""
|
||||
screenshot=""
|
||||
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"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue