Skip to content

Commit

Permalink
Merge pull request #2005 from omer54463/dev
Browse files Browse the repository at this point in the history
Add py.typed to the Python binding package
  • Loading branch information
wtdcode authored Sep 21, 2024
2 parents 78cb4af + 5c7fa35 commit 6c4a3fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/*']
}
)
Empty file.

0 comments on commit 6c4a3fd

Please sign in to comment.