setup.py: remove litex_client from console_scripts, we just need to import RemoteClie...
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 29 Jun 2016 21:29:45 +0000 (23:29 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 29 Jun 2016 21:29:45 +0000 (23:29 +0200)
setup.py

index eda9238d0d26ea542d912ff6dce2990aa59d93ed..b1db8d9e1b3c802304eafb876a1c06e6f29b6cf4 100755 (executable)
--- a/setup.py
+++ b/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"
         ],
     },
 )