From fa15d432f3058e6d07adad83058521fd073a87cc Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 25 Jun 2024 14:12:07 -0700 Subject: [PATCH] Undo the other thing that didn't work --- wheel/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/wheel/pyproject.toml b/wheel/pyproject.toml index ff691bde4..6359b8e88 100644 --- a/wheel/pyproject.toml +++ b/wheel/pyproject.toml @@ -6,4 +6,3 @@ build-backend = "maturin" bindings = "pyo3" features = ["pyo3/extension-module"] python-source = "python" -include = ["python/chia_rs/chia_rs.pyi"]