diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 07807efc..664ec40d 100755 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -254,6 +254,6 @@ setup( include_package_data=True, is_pure=False, package_data={ - 'unicorn': ['lib/*', 'include/unicorn/*'] + 'unicorn': ['unicorn/py.typed', 'lib/*', 'include/unicorn/*'] } ) diff --git a/bindings/python/unicorn/py.typed b/bindings/python/unicorn/py.typed new file mode 100644 index 00000000..e69de29b