-
Notifications
You must be signed in to change notification settings - Fork 51
/
buildozer.spec
34 lines (28 loc) · 1.02 KB
/
buildozer.spec
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
[app]
title = Decentra-Network
package.name = decentra_network
package.domain = org.decentra_network
source.dir = decentra_network/
source.include_exts = py,png,jpg,kv,atlas
version = 0.44.0
orientation = landscape
fullscreen = 0
android.permissions = INTERNET
icon.filename = decentra_network/gui_lib/images/logo.ico
presplash.filename = decentra_network/gui_lib/images/logo.png
android.presplash_color = black
p4a.local_recipes = recipes/src/python-for-android/recipes/
android.api = 27
[app@api]
title = Decentra-Network-API
package.name = decentra_network_api
source.dir = decentra_network/api/buildozer/
requirements = decentra_network==0.44.0, Kivy==2.1.0, waitress==2.1.2, werkzeug==2.0.3, flask==2.0.0, flask_cors==3.0.10
[app@gui]
title = Decentra-Network-GUI
package.name = decentra_network_gui
source.dir = decentra_network/gui/
requirements = decentra_network==0.44.0, Kivy==2.1.0, kivymd==0.104.2, qrcode==7.3.1, kivymd_extensions.sweetalert==0.1.5, plyer==2.1.0, pillow==9.1.1
[buildozer]
log_level = 2
warn_on_root = 1