From f028d20a83e287717a206ca053e092ea459e4196 Mon Sep 17 00:00:00 2001 From: ZJaume Date: Tue, 7 Jan 2025 10:30:06 +0000 Subject: [PATCH] Update Maturin to 1.8 Fixes sdist upload to PyPi (does not include package data in sdist) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d2aab7d..aaa9ab4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin>=1.7.9,<2.0"] +requires = ["maturin>=1.8.0,<2.0"] build-backend = "maturin" [project]