Skip to content

Commit 6c4a3fd

Browse files
authored
Merge pull request #2005 from omer54463/dev
Add py.typed to the Python binding package
2 parents 78cb4af + 5c7fa35 commit 6c4a3fd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bindings/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,6 @@ def join_all(src, files):
254254
include_package_data=True,
255255
is_pure=False,
256256
package_data={
257-
'unicorn': ['lib/*', 'include/unicorn/*']
257+
'unicorn': ['unicorn/py.typed', 'lib/*', 'include/unicorn/*']
258258
}
259259
)

bindings/python/unicorn/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)