Skip to content

Commit

Permalink
Merge pull request #585 from Chia-Network/quex.pip_install
Browse files Browse the repository at this point in the history
Add python source to `Cargo.toml`
  • Loading branch information
Quexington authored Jul 8, 2024
2 parents c69699b + fa15d43 commit 9cc904b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wheel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 9cc904b

Please sign in to comment.