Add .so file type to package data copy task
This fix enables building for the x86_64 architecture
This commit is contained in:
parent
c750af1b9a
commit
5e82625b76
2
setup.py
2
setup.py
@ -65,7 +65,7 @@ setup(
|
|||||||
version='0.0.3',
|
version='0.0.3',
|
||||||
packages=find_packages(where="src"),
|
packages=find_packages(where="src"),
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
package_data={"bdkpython": ["*.dylib"]},
|
package_data={"bdkpython": ["*.dylib", "*.so"]},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
description="The Python language bindings for the bitcoindevkit",
|
description="The Python language bindings for the bitcoindevkit",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user