forked from LBRYCommunity/lbry-sdk
fixed path to cli.py in setup.py
This commit is contained in:
parent
73b9b983b1
commit
f1feec66c0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ setup(
|
|||
packages=find_packages(exclude=('tests',)),
|
||||
zip_safe=False,
|
||||
entry_points={
|
||||
'console_scripts': 'lbrynet=lbrynet.cli:main'
|
||||
'console_scripts': 'lbrynet=lbrynet.extras.cli:main'
|
||||
},
|
||||
install_requires=[
|
||||
'aiohttp',
|
||||
|
|
Loading…
Reference in a new issue