commit 65d5be13b6b3addd2f67764e3e753c7c649dfcad parent 7f162733e0c63667f2336918afb31ddf57032351 Author: SomberNight <somber.night@protonmail.com> Date: Sat, 30 Jun 2018 19:56:52 +0200 fix #4475 Diffstat:
M | setup.py | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/setup.py b/setup.py @@ -80,6 +80,7 @@ setup( package_data={ '': ['*.txt', '*.json', '*.ttf', '*.otf'], 'electrum': [ + 'wordlist/*.txt', 'locale/*/LC_MESSAGES/electrum.mo', ], },