-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
46 lines (37 loc) · 977 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[project]
name = "Checkbook Wizard"
version = "0.0.22"
description = "Easily keep track of your bills"
authors = [
{name = "James Burnison", email = "[email protected]"}
]
dependencies = [
"flet-ads",
"flet>=0.26.0",
]
[tool.flet]
org = "com.burnison.me" # --org
product = "Checkbook Wizard" # --product
company = "burnison.me" # --company
build_number = 22 # --build-number
[tool.uv]
dev-dependencies = [
"flet[all]>=0.26.0",
"flet-ads"
]
[tool.flet.splash]
color = "#ffffff"
dark_color = "#000000"
# for Android
[tool.flet.android.meta_data]
"com.google.android.gms.ads.APPLICATION_ID" = "ca-app-pub-1830788262544752~9544887950"
[tool.flet.android.permission]
"com.google.android.gms.permission.AD_ID" = true
# for iOS
[tool.flet.ios.info]
GADApplicationIdentifier = "ca-app-pub-1830788262544752~1986225467"
[tool.flet.ios]
team = "YS6MHH4WM9"
[tool.flet.android.signing]
#key_store = "/Users/jamesburnison/checkbookwizard.jks"
#key_alias = "wizard"