use packages dir instead of requirements
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
Before compiling, create packages: `contrib/make_packages`
|
||||||
|
|
||||||
Commands::
|
Commands::
|
||||||
|
|
||||||
`make theming` to make a atlas out of a list of pngs
|
`make theming` to make a atlas out of a list of pngs
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ gui/android*
|
|||||||
gui/gtk*
|
gui/gtk*
|
||||||
gui/qt*
|
gui/qt*
|
||||||
gui/kivy/tools
|
gui/kivy/tools
|
||||||
|
build/*
|
||||||
|
|
||||||
# unused kivy files (platform specific)
|
# unused kivy files (platform specific)
|
||||||
kivy/input/providers/wm_*
|
kivy/input/providers/wm_*
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ version.filename = %(source.dir)s/lib/version.py
|
|||||||
#version = 1.9.8
|
#version = 1.9.8
|
||||||
|
|
||||||
# (list) Application requirements
|
# (list) Application requirements
|
||||||
requirements = requests, dnspython, openssl, pil, qrcode, ecdsa, pbkdf2, plyer==master, kivy==master
|
requirements = openssl, pil, plyer==master, kivy==master
|
||||||
|
|
||||||
# (str) Presplash of the application
|
# (str) Presplash of the application
|
||||||
presplash.filename = %(source.dir)s/gui/kivy/theming/splash.png
|
presplash.filename = %(source.dir)s/gui/kivy/theming/splash.png
|
||||||
|
|||||||
Reference in New Issue
Block a user