From d9a105c0976728b8f9eb5de40b5e5cb015c893bc Mon Sep 17 00:00:00 2001 From: Hanjin Liu Date: Tue, 16 May 2023 16:41:52 +0900 Subject: [PATCH] fix pyproject.file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d1035b..d63aada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "impy-array" dynamic = ["version"] description = "Speed up coding/extending image analysis in Python." readme = "README.md" -license = "BSD 3-Clause" +license = { file = "LICENSE" } requires-python = ">=3.8" classifiers = [ "Programming Language :: Rust",