laforge has uploaded this change for review.

View Change

setup.py: Fix missing pySim.esim.saip module

installing the pySim package was missing the pySim.esim.saip
sub-module[s].

Change-Id: I5fd30c0ac38003bbc336add9883fa1bbd4b737b2
---
M setup.py
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/10/39410/1
diff --git a/setup.py b/setup.py
index e353f8a..6bddb07 100644
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,7 @@
'pySim.apdu',
'pySim.apdu_source',
'pySim.esim',
+ 'pySim.esim.saip',
'pySim.global_platform',
'pySim.legacy',
'pySim.transport',

To view, visit change 39410. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I5fd30c0ac38003bbc336add9883fa1bbd4b737b2
Gerrit-Change-Number: 39410
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge@osmocom.org>