1
1
[build-system ]
2
- requires = [" setuptools" , " wheel" , " setuptools-rust " ]
2
+ requires = [" setuptools" , " wheel" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
@@ -9,17 +9,14 @@ description = "The Python language bindings for the Bitcoin Development Kit"
9
9
readme = " README.md"
10
10
requires-python = " >=3.7"
11
11
license = " MIT OR Apache-2.0"
12
+ license-files = [" LICENSE-MIT" , " LICENSE-APACHE" ]
12
13
authors = [
13
- { name =
" Bitcoin Dev Kit Developers" ,
email =
" [email protected] " }
14
+ { name =
" Bitcoin Dev Kit Developers" ,
email =
" [email protected] " }
14
15
]
15
16
keywords = [" bitcoin" , " bdk" , " wallet" , " ffi" , " rust" ]
16
17
classifiers = [
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" ,
23
20
]
24
21
25
22
[project .urls ]
@@ -32,13 +29,8 @@ include-package-data = true
32
29
[tool .setuptools .packages .find ]
33
30
where = [" src" ]
34
31
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.*" ]
42
34
43
35
[tool .pytest .ini_options ]
44
36
pythonpath = [" ." ]
0 commit comments