diff --git a/setup.py b/setup.py index 0a5c004ad..ab79b00b0 100755 --- 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', ], },