1
0

fix revealer for linux distributables; and small clean-up

This commit is contained in:
SomberNight
2018-06-10 22:12:23 +02:00
parent 7043d6907f
commit 56a399e1da
4 changed files with 5 additions and 19 deletions

View File

@@ -65,6 +65,7 @@ setup(
'electrum_plugins.keepkey',
'electrum_plugins.labels',
'electrum_plugins.ledger',
'electrum_plugins.revealer',
'electrum_plugins.trezor',
'electrum_plugins.digitalbitbox',
'electrum_plugins.trustedcoin',
@@ -76,17 +77,10 @@ setup(
'electrum_plugins': 'plugins',
},
package_data={
'': ['*.txt', '*.json', '*.ttf', '*.otf'],
'electrum': [
'servers.json',
'servers_testnet.json',
'servers_regtest.json',
'currencies.json',
'checkpoints.json',
'checkpoints_testnet.json',
'www/index.html',
'wordlist/*.txt',
'locale/*/LC_MESSAGES/electrum.mo',
]
],
},
scripts=['electrum'],
data_files=data_files,