|
|
@ -13,13 +13,13 @@ package.domain = org.electrum |
|
|
|
source.dir = . |
|
|
|
|
|
|
|
# (list) Source files to include (let empty to include all the files) |
|
|
|
source.include_exts = py,png,jpg,kv,atlas,ttf,txt,gif,pem,mo,vs,fs |
|
|
|
source.include_exts = py,png,jpg,kv,atlas,ttf,txt,gif,pem,mo,vs,fs,json |
|
|
|
|
|
|
|
# (list) Source files to exclude (let empty to not exclude anything) |
|
|
|
source.exclude_exts = spec |
|
|
|
|
|
|
|
# (list) List of directory to exclude (let empty to not exclude anything) |
|
|
|
source.exclude_dirs = bin, build, dist, contrib, gui/android, gui/qt, gui/kivy/tools, gui/kivy/theming/light |
|
|
|
source.exclude_dirs = bin, build, dist, contrib, gui/qt, gui/kivy/tools, gui/kivy/theming/light |
|
|
|
# (list) List of exclusions using pattern matching |
|
|
|
source.exclude_patterns = Makefile,setup* |
|
|
|
|
|
|
|