1
0

remove the kivy gui

We now use the qml gui on Android, and haven't been maintaining
the kivy GUI for a while.
This commit is contained in:
SomberNight
2023-08-30 13:11:33 +00:00
parent e8c0767ca7
commit b45c84f24f
182 changed files with 10 additions and 12398 deletions

View File

@@ -62,7 +62,7 @@ setup(
extras_require=extras_require,
packages=(['electrum',]
+ [('electrum.'+pkg) for pkg in
find_packages('electrum', exclude=["tests", "gui.kivy", "gui.kivy.*"])]),
find_packages('electrum', exclude=["tests"])]),
package_dir={
'electrum': 'electrum'
},