add more doc
This commit is contained in:
parent
2e68748411
commit
66f6e46c4f
1 changed files with 15 additions and 15 deletions
30
README.rst
30
README.rst
|
@ -25,44 +25,44 @@ buildozer.spec
|
||||||
|
|
||||||
[app]
|
[app]
|
||||||
|
|
||||||
# Title of your application
|
# (str) Title of your application
|
||||||
title = My Application
|
title = My Application
|
||||||
|
|
||||||
# Package name
|
# (str) Package name
|
||||||
package.name = myapp
|
package.name = myapp
|
||||||
|
|
||||||
# Package domain (needed for android/ios packaging)
|
# (str) Package domain (needed for android/ios packaging)
|
||||||
package.domain = org.test
|
package.domain = org.test
|
||||||
|
|
||||||
# Source code where the main.py live
|
# (str) Source code where the main.py live
|
||||||
source.dir = .
|
source.dir = .
|
||||||
|
|
||||||
# Source files to include (let empty to include all the files)
|
# (list) Source files to include (let empty to include all the files)
|
||||||
source.include_exts = py,png,jpg
|
source.include_exts = py,png,jpg
|
||||||
|
|
||||||
# Source files to exclude (let empty to not excluding anything)
|
# (list) Source files to exclude (let empty to not excluding anything)
|
||||||
#source.exclude_exts = spec
|
#source.exclude_exts = spec
|
||||||
|
|
||||||
# Application versionning (method 1)
|
# (str) Application versionning (method 1)
|
||||||
version.regex = __version__ = '(.*)'
|
version.regex = __version__ = '(.*)'
|
||||||
version.filename = %(source.dir)s/main.py
|
version.filename = %(source.dir)s/main.py
|
||||||
|
|
||||||
# Application versionning (method 2)
|
# (str) Application versionning (method 2)
|
||||||
# version = 1.2.0
|
# version = 1.2.0
|
||||||
|
|
||||||
# Application requirements
|
# (list) Application requirements
|
||||||
requirements = twisted,kivy
|
requirements = twisted,kivy
|
||||||
|
|
||||||
#
|
#
|
||||||
# Android specific
|
# Android specific
|
||||||
#
|
#
|
||||||
|
|
||||||
# Permissions
|
# (list) Permissions
|
||||||
android.permissions = INTERNET
|
#android.permissions = INTERNET
|
||||||
|
|
||||||
# Minimum SDK allowed for installation
|
# (int) Minimum SDK allowed for installation
|
||||||
android.minsdk = 8
|
#android.minsdk = 8
|
||||||
|
|
||||||
# Android SDK to use
|
# (int) Android SDK to use
|
||||||
android.sdk = 16
|
#android.sdk = 16
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue