diff --git a/python-packages/gdbrunner/gdbrunner/py.typed b/python-packages/gdbrunner/gdbrunner/py.typed new file mode 100644 index 000000000..e69de29bb diff --git a/python-packages/gdbrunner/setup.py b/python-packages/gdbrunner/setup.py index 6521cc5c9..5f282914c 100644 --- a/python-packages/gdbrunner/setup.py +++ b/python-packages/gdbrunner/setup.py @@ -17,11 +17,11 @@ from setuptools import setup setup( - name='gdbrunner', version='0.0.1', description='Common helpers of ndk-gdb and gdbclient.', license='Apache 2.0', packages=['gdbrunner'], + package_data={'gdbrunner': ['py.typed']}, classifiers=[ 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers',