From 5c7fa35b4398e788cbcf2b8453e021c970859088 Mon Sep 17 00:00:00 2001 From: Omer Lubin Date: Sat, 14 Sep 2024 22:59:28 +0300 Subject: [PATCH] ADD py.typed --- bindings/python/setup.py | 2 +- bindings/python/unicorn/py.typed | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 bindings/python/unicorn/py.typed diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 07807efc0d..664ec40d55 100755 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -254,6 +254,6 @@ def join_all(src, files): 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 0000000000..e69de29bb2