From 2930a4a6a1112a00faa7c7b9700f40ae19a0095f Mon Sep 17 00:00:00 2001 From: knikolaou Date: Wed, 8 May 2024 17:37:45 +0200 Subject: [PATCH] Include correct license in pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0479371..f26ac36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,6 @@ description = "Like our ancestors started capturing their thoughts on papyrus, w readme = "README.md" requires-python = ">=3.11" keywords = ["neural networks", "artificial intelligence"] -license = {text = "BSD-3-Clause"} +license = {file = "LICENSE"} version = "0.0.1"