11[build-system ]
2- requires = [" setuptools" , " wheel" , " setuptools-rust " ]
2+ requires = [" setuptools" , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -9,17 +9,14 @@ description = "The Python language bindings for the Bitcoin Development Kit"
99readme = " README.md"
1010requires-python = " >=3.7"
1111license = " MIT OR Apache-2.0"
12+ license-files = [" LICENSE-MIT" , " LICENSE-APACHE" ]
1213authors = [
13- { name = " Bitcoin Dev Kit Developers" , email = " dev@bitcoindevkit.org" }
14+ { name = " Bitcoin Dev Kit Developers" , email = " dev@bitcoindevkit.org" }
1415]
1516keywords = [" bitcoin" , " bdk" , " wallet" , " ffi" , " rust" ]
1617classifiers = [
17- " Programming Language :: Python :: 3" ,
18- " Programming Language :: Rust" ,
19- " Operating System :: OS Independent"
20- ]
21- dependencies = [
22- " cffi>=1.0"
18+ " Programming Language :: Python :: 3" ,
19+ " Operating System :: OS Independent" ,
2320]
2421
2522[project .urls ]
@@ -32,13 +29,8 @@ include-package-data = true
3229[tool .setuptools .packages .find ]
3330where = [" src" ]
3431
35- [tool .setuptools .package-dir ]
36- bdkpython = " src/bdkpython"
37-
38- [tool .setuptools-rust ]
39- rust_extensions = [
40- { path = " Cargo.toml" , binding = " pyo3" , debug = true }
41- ]
32+ [tool .setuptools .package-data ]
33+ bdkpython = [" libbdkffi.*" ]
4234
4335[tool .pytest .ini_options ]
4436pythonpath = [" ." ]
0 commit comments