From 4c0ad5e13bfa233c48ed6c04fe2c59bd011b832d Mon Sep 17 00:00:00 2001 From: Joseph Guhlin Date: Wed, 8 Jan 2025 09:38:23 +1300 Subject: [PATCH] maturin fix for license --- minimappers2/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minimappers2/pyproject.toml b/minimappers2/pyproject.toml index 9219a3d..00976ff 100644 --- a/minimappers2/pyproject.toml +++ b/minimappers2/pyproject.toml @@ -9,7 +9,7 @@ classifiers = [ "Operating System :: POSIX :: Linux", "Programming Language :: Rust" ] -license = { file = "LICENSE" } +# license = { file = "LICENSE" } description = "A Python wrapper for minimap2-rs" keywords = ["minimap2", "bioinformatics", "alignment", "mapping"] dependencies = [