fixeria has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/29/32629/1
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 <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange