Skip to content

Commit

Permalink
Add unicorn_py3 folder to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nganhkhoa committed Apr 24, 2024
1 parent c136b6b commit e433034
Showing 1 changed file 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 @@ -252,6 +252,6 @@ def join_all(src, files):
include_package_data=True,
is_pure=False,
package_data={
'unicorn': ['lib/*', 'include/unicorn/*']
'unicorn': ['lib/*', 'include/unicorn/*', 'unicorn_py3/**']
}
)

0 comments on commit e433034

Please sign in to comment.