13 lines
361 B
INI
13 lines
361 B
INI
[app]
|
|
title = 文件上传工具
|
|
package.name = fileuploadapp
|
|
package.domain = org.example
|
|
source.dir = .
|
|
source.include_exts = py,png,jpg,kv,ttc
|
|
version = 0.1
|
|
requirements = python3,kivy,androidstorage4kivy
|
|
android.permissions = READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE
|
|
orientation = portrait
|
|
osx.python_version = 3
|
|
osx.kivy_version = 2.1.0
|
|
fullscreen = 0 |