1--- a/Cargo.toml
2+++ b/Cargo.toml
3@@ -1,8 +1,5 @@
4-# the "wheel" crate is excluded from the workspace because pyo3 has problems with
5-# "cargo test" and "cargo bench"
6 [workspace]
7-members = ["wasm", "chia_streamable_macro", "chia-bls", "clvm-utils", "chia-protocol", "chia_py_streamable_macro"]
8-exclude = ["wheel"]
9+members = ["wasm", "wheel", "chia_streamable_macro", "chia-bls", "clvm-utils", "chia-protocol", "chia_py_streamable_macro"]
10
11 [package]
12 name = "chia"