fix path in setup.py

This commit is contained in:
ThomasV 2015-06-08 13:54:15 +02:00
parent 8995cdbf14
commit 3c4809ec5a
1 changed files with 1 additions and 1 deletions

View File

@ -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',
],