diff --git a/wheel/Cargo.toml b/wheel/Cargo.toml index 7bd156303..fa7e9f2c5 100644 --- a/wheel/Cargo.toml +++ b/wheel/Cargo.toml @@ -17,6 +17,9 @@ name = "chia_rs" crate-type = ["cdylib"] path = "src/lib.rs" +[package.metadata.maturin] +python-source = "python" + [dependencies] clvmr = { workspace = true } hex = { workspace = true }