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',
     ]
 )

--
To view, visit https://gerrit.osmocom.org/c/pysim/+/32629
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I44dfcf48ae22182bd7aaa908559f3d1e1e31acce
Gerrit-Change-Number: 32629
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to