fixeria has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/32629 )
Change subject: setup.py: add missing pySim-trace.py' to scripts[] ......................................................................
setup.py: add missing pySim-trace.py' to scripts[]
Change-Id: I44dfcf48ae22182bd7aaa908559f3d1e1e31acce --- M setup.py 1 file changed, 11 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified daniel: Looks good to me, but someone else must approve pespin: Looks good to me, approved
diff --git a/setup.py b/setup.py index 4c257a0..210d307 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ scripts=[ 'pySim-prog.py', 'pySim-read.py', - 'pySim-shell.py' + 'pySim-shell.py', + 'pySim-trace.py', ] )