From 4e4b08e209dfcd09d42dfcc4de1e7eb925c43a5e Mon Sep 17 00:00:00 2001 From: Alexis Date: Tue, 3 Dec 2024 09:47:24 +0100 Subject: [PATCH] Fix Windows build failure Signed-off-by: Alexis --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 34a219e..eac409c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,7 @@ features = ["pyo3/abi3-py39", "pyo3/extension-module"] python-source = "src" manifest-path = "rust/Cargo.toml" module-name = "rfc3161_client._rust" +sdist-generator = "git" [tool.ruff] line-length = 100