From e7326f5d1c89526217a5b727ddb339b9f0da7483 Mon Sep 17 00:00:00 2001 From: StevenBtw Date: Sun, 1 Feb 2026 14:17:13 +0100 Subject: [PATCH] added LICENSE to maturins include list --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c70b91e..e944ed2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ features = ["pyo3/extension-module"] python-source = "." module-name = "solvor._solvor_rust" manifest-path = "rust/Cargo.toml" -include = ["solvor/**/*.py", "py.typed"] +include = ["solvor/**/*.py", "py.typed", "LICENSE"] [tool.ruff] line-length = 120