forked from LBRYCommunity/lbry-sdk
update setup.py
This commit is contained in:
parent
1cedd8ee5b
commit
e4f14d871f
1 changed files with 0 additions and 6 deletions
6
setup.py
6
setup.py
|
@ -18,7 +18,6 @@ console_scripts = ['lbrynet-console = lbrynet.lbrynet_console.LBRYConsole:launch
|
||||||
'lbrynet-launch-node = lbrynet.dht.node:main',
|
'lbrynet-launch-node = lbrynet.dht.node:main',
|
||||||
'lbrynet-launch-rpc-node = lbrynet.rpc_node:main',
|
'lbrynet-launch-rpc-node = lbrynet.rpc_node:main',
|
||||||
'lbrynet-rpc-node-cli = lbrynet.node_rpc_cli:main',
|
'lbrynet-rpc-node-cli = lbrynet.node_rpc_cli:main',
|
||||||
'lbrynet-gui = lbrynet.lbrynet_gui.gui:start_gui',
|
|
||||||
'lbrynet-lookup-hosts-for-hash = lbrynet.dht_scripts:get_hosts_for_hash_in_dht',
|
'lbrynet-lookup-hosts-for-hash = lbrynet.dht_scripts:get_hosts_for_hash_in_dht',
|
||||||
'lbrynet-announce_hash_to_dht = lbrynet.dht_scripts:announce_hash_to_dht',
|
'lbrynet-announce_hash_to_dht = lbrynet.dht_scripts:announce_hash_to_dht',
|
||||||
'lbrynet-daemon = lbrynet.lbrynet_daemon.LBRYDaemonControl:start',
|
'lbrynet-daemon = lbrynet.lbrynet_daemon.LBRYDaemonControl:start',
|
||||||
|
@ -28,10 +27,6 @@ requires = ['pycrypto', 'twisted', 'miniupnpc', 'yapsy', 'seccure',
|
||||||
'python-bitcoinrpc==0.1', 'txJSON-RPC', 'requests>=2.4.2', 'unqlite==0.2.0',
|
'python-bitcoinrpc==0.1', 'txJSON-RPC', 'requests>=2.4.2', 'unqlite==0.2.0',
|
||||||
'leveldb', 'lbryum', 'jsonrpc', 'simplejson', 'appdirs', 'six==1.9.0', 'base58']
|
'leveldb', 'lbryum', 'jsonrpc', 'simplejson', 'appdirs', 'six==1.9.0', 'base58']
|
||||||
|
|
||||||
gui_data_files = ['close2.gif', 'lbry-dark-242x80.gif', 'lbry-dark-icon.xbm', 'lbry-dark-icon.ico',
|
|
||||||
'drop_down.gif', 'show_options.gif', 'hide_options.gif', 'lbry.conf', 'lbry.png']
|
|
||||||
gui_data_paths = [os.path.join(base_dir, 'lbrynet', 'lbrynet_gui', f) for f in gui_data_files]
|
|
||||||
|
|
||||||
setup(name='lbrynet',
|
setup(name='lbrynet',
|
||||||
description='A fully-decentralized content marketplace',
|
description='A fully-decentralized content marketplace',
|
||||||
version=__version__,
|
version=__version__,
|
||||||
|
@ -47,7 +42,6 @@ setup(name='lbrynet',
|
||||||
'blindrepeater.yapsy-plugin')
|
'blindrepeater.yapsy-plugin')
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
('lbrynet/lbrynet_gui', gui_data_paths)
|
|
||||||
],
|
],
|
||||||
dependency_links=['https://github.com/lbryio/lbryum/tarball/master/#egg=lbryum'],
|
dependency_links=['https://github.com/lbryio/lbryum/tarball/master/#egg=lbryum'],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue