From b37f41aa878cd40131014756a0f3bff5bfa42ef1 Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Fri, 6 Sep 2024 19:52:30 +0200 Subject: [PATCH] Manually copy uv-production-flate2-backend into sdist also --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6898b3f64f9c3..41f94e645f5b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,7 @@ include = [ { path = "rust-toolchain.toml", format = ["sdist", "wheel"] }, # this one isn't discovered by maturin because it's behind a feature flag { path = "crates/uv-production-memory-allocator/**/*", format = ["sdist", "wheel"] }, + { path = "crates/uv-production-flate2-backend/**/*", format = ["sdist", "wheel"] }, { path = "LICENSE-APACHE", format = "sdist" }, { path = "LICENSE-MIT", format = "sdist" }, ]