Skip to content

Commit e433034

Browse files
committed
Add unicorn_py3 folder to setup.py
1 parent c136b6b commit e433034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,6 @@ def join_all(src, files):
252252
include_package_data=True,
253253
is_pure=False,
254254
package_data={
255-
'unicorn': ['lib/*', 'include/unicorn/*']
255+
'unicorn': ['lib/*', 'include/unicorn/*', 'unicorn_py3/**']
256256
}
257257
)

0 commit comments

Comments
 (0)