mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
setup.py: remove litex_client from console_scripts, we just need to import RemoteClient in our test scripts
This commit is contained in:
parent
9499147bd4
commit
8efd57f766
1 changed files with 1 additions and 2 deletions
3
setup.py
3
setup.py
|
@ -36,8 +36,7 @@ setup(
|
|||
"console_scripts": [
|
||||
"litex_term=litex.soc.tools.litex_term:main",
|
||||
"mkmscimg=litex.soc.tools.mkmscimg:main",
|
||||
"litex_server=litex.soc.tools.remote.litex_server:main",
|
||||
"litex_client=litex.soc.tools.remote.litex_client:main"
|
||||
"litex_server=litex.soc.tools.remote.litex_server:main"
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue