mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
missing dirs in MANIFEST
This commit is contained in:
parent
11552c2f23
commit
b7dd1699ad
2 changed files with 3 additions and 1 deletions
|
@ -22,3 +22,5 @@ include scripts/servers
|
|||
include scripts/validate_tx
|
||||
include scripts/watch_address
|
||||
recursive-include data *
|
||||
recursive-include locale *.mo
|
||||
recursive-include docs *
|
||||
|
|
|
@ -10,7 +10,7 @@ if __name__ == '__main__':
|
|||
sys.exit()
|
||||
|
||||
os.system("python mki18n.py")
|
||||
os.system("pyrcc4 icons.qrc -o lib/icons_rc.py")
|
||||
os.system("pyrcc4 icons.qrc -o gui/icons_rc.py")
|
||||
os.system("python setup.py sdist --format=zip,gztar")
|
||||
|
||||
_tgz="Electrum-%s.tar.gz"%version
|
||||
|
|
Loading…
Add table
Reference in a new issue