laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/pysim/+/36376?usp=email )

Change subject: add missing modules to setup.py
......................................................................

add missing modules to setup.py

Change-Id: I330d5e35e5f1b508c6209b6894009b5fdd35d660
---
M setup.py
1 file changed, 18 insertions(+), 1 deletion(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/setup.py b/setup.py
index 620e246..1a41d4f 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,15 @@
 setup(
     name='pySim',
     version='1.0',
-    packages=['pySim', 'pySim.legacy', 'pySim.transport', 'pySim.apdu', 
'pySim.apdu_source'],
+    packages=[
+        'pySim',
+        'pySim.apdu',
+        'pySim.apdu_source',
+        'pySim.esim',
+        'pySim.global_platform',
+        'pySim.legacy',
+        'pySim.transport',
+    ],
     url='https://osmocom.org/projects/pysim/wiki',
     license='GPLv2',
     author_email='[email protected]',

--
To view, visit https://gerrit.osmocom.org/c/pysim/+/36376?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I330d5e35e5f1b508c6209b6894009b5fdd35d660
Gerrit-Change-Number: 36376
Gerrit-PatchSet: 2
Gerrit-Owner: char <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-MessageType: merged

Reply via email to