Browse Source
setup.py: specify lnwire as package_data
fixes #6078
hard-fail-on-bad-server-string
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
0 deletions
-
setup.py
|
|
@ -82,6 +82,7 @@ setup( |
|
|
|
'electrum': [ |
|
|
|
'wordlist/*.txt', |
|
|
|
'locale/*/LC_MESSAGES/electrum.mo', |
|
|
|
'lnwire/*.csv', |
|
|
|
], |
|
|
|
'electrum.gui': [ |
|
|
|
'icons/*', |
|
|
|