add missing modules to setup.py
Change-Id: I330d5e35e5f1b508c6209b6894009b5fdd35d660
This commit is contained in:
10
setup.py
10
setup.py
@@ -3,7 +3,15 @@ from setuptools import setup
|
|||||||
setup(
|
setup(
|
||||||
name='pySim',
|
name='pySim',
|
||||||
version='1.0',
|
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',
|
url='https://osmocom.org/projects/pysim/wiki',
|
||||||
license='GPLv2',
|
license='GPLv2',
|
||||||
author_email='simtrace@lists.osmocom.org',
|
author_email='simtrace@lists.osmocom.org',
|
||||||
|
|||||||
Reference in New Issue
Block a user