Merge pull request #2005 from omer54463/dev
Add py.typed to the Python binding package
This commit is contained in:
@@ -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/*']
|
||||
}
|
||||
)
|
||||
|
||||
0
bindings/python/unicorn/py.typed
Normal file
0
bindings/python/unicorn/py.typed
Normal file
Reference in New Issue
Block a user