|
|
|
|
@ -79,17 +79,10 @@ setup(
|
|
|
|
|
package_dir={ |
|
|
|
|
'electrum': 'electrum' |
|
|
|
|
}, |
|
|
|
|
package_data={ |
|
|
|
|
'': ['*.txt', '*.json', '*.ttf', '*.otf', '*.csv'], |
|
|
|
|
'electrum': [ |
|
|
|
|
'wordlist/*.txt', |
|
|
|
|
'locale/*/LC_MESSAGES/electrum.mo', |
|
|
|
|
'lnwire/*.csv', |
|
|
|
|
], |
|
|
|
|
'electrum.gui': [ |
|
|
|
|
'icons/*', |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
# Note: MANIFEST.in lists what gets included in the tar.gz, and the |
|
|
|
|
# package_data kwarg lists what gets put in site-packages when pip installing the tar.gz. |
|
|
|
|
# By specifying include_package_data=True, MANIFEST.in becomes responsible for both. |
|
|
|
|
include_package_data=True, |
|
|
|
|
scripts=['electrum/electrum'], |
|
|
|
|
data_files=data_files, |
|
|
|
|
description="Lightweight Bitcoin Wallet", |
|
|
|
|
|