Enable subdirectories for native libraries in package
This commit is contained in:
parent
65bd7ea428
commit
662c425743
2
setup.py
2
setup.py
@ -65,7 +65,7 @@ setup(
|
|||||||
version='0.0.3-dev',
|
version='0.0.3-dev',
|
||||||
packages=find_packages(where="src"),
|
packages=find_packages(where="src"),
|
||||||
package_dir={"": "src"},
|
package_dir={"": "src"},
|
||||||
package_data={"bdkpython": ["*.dylib", "*.so"]},
|
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