From f21ccca173602b682fbfbaee60f82d1002118f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Wieczoreck?= Date: Mon, 8 Dec 2025 14:24:30 +0100 Subject: [PATCH] Only include files that are necessary for crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 64f18ae34..c8ca236f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ description = "An n-dimensional array for general elements and for numerics. Lig keywords = ["array", "data-structure", "multidimensional", "matrix", "blas"] categories = ["data-structures", "science"] -exclude = ["docgen/images/*"] +include = ["src", "LICENSE-MIT", "LICENSE-APACHE", "RELEASES.md", "README.rst", "README-quick-start.md"] resolver = "2" [lib]