Merge pull request #2005 from omer54463/dev

Add py.typed to the Python binding package
This commit is contained in:
2024-09-21 23:00:41 +08:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -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/*']
}
)

View File