Tweak setup.py to make frida-repl just frida from the command line.

This commit is contained in:
Fitblip
2015-03-24 04:34:46 -07:00
parent bc2d603e07
commit 616d4b93fa
+1 -1
View File
@@ -60,7 +60,7 @@ setup(
"frida-ps = frida.ps:main",
"frida-discover = frida.discoverer:main",
"frida-trace = frida.tracer:main",
"frida-repl = frida.repl:main"
"frida = frida.repl:main"
]
},
ext_modules=[Extension('_frida', [])],