electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 3c4809ec5a8d1a5b229617dbe3b36b42ebe80457
parent 8995cdbf1429a790d9f3eda81382dc972b0cffa9
Author: ThomasV <thomasv1@gmx.de>
Date:   Mon,  8 Jun 2015 13:54:15 +0200

fix path in setup.py

Diffstat:
Msetup.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py @@ -46,7 +46,7 @@ setup( packages=['electrum','electrum_gui','electrum_gui.qt','electrum_plugins'], package_data={ 'electrum': [ - 'payrequest.html', + 'www/index.html', 'wordlist/*.txt', 'locale/*/LC_MESSAGES/electrum.mo', ],