forked from LBRYCommunity/lbry-sdk
update setup.py
This commit is contained in:
parent
dc1d9e1c84
commit
88772c4266
2 changed files with 1 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -3,10 +3,6 @@
|
||||||
install:
|
install:
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
|
||||||
tools:
|
|
||||||
pip install pylint==2.10.0
|
|
||||||
pip install coverage
|
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
pylint --rcfile=setup.cfg lbry
|
pylint --rcfile=setup.cfg lbry
|
||||||
#mypy --ignore-missing-imports lbry
|
#mypy --ignore-missing-imports lbry
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -59,7 +59,7 @@ setup(
|
||||||
] + PLYVEL,
|
] + PLYVEL,
|
||||||
extras_require={
|
extras_require={
|
||||||
'torrent': ['lbry-libtorrent'],
|
'torrent': ['lbry-libtorrent'],
|
||||||
'lint': ['mypy==0.701', 'pylint==2.4.4'],
|
'lint': ['pylint==2.10.0'],
|
||||||
'test': ['coverage'],
|
'test': ['coverage'],
|
||||||
},
|
},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Reference in a new issue