From 61426e01c9de5d38aa62775931ebd40c4bed3517 Mon Sep 17 00:00:00 2001 From: Gianluca Rossi Date: Sun, 24 Mar 2024 10:12:12 -0400 Subject: [PATCH] fix: amend syntax to specify README file in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c581e53..871dacb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ version = "2.0.0" description = "A framework to accelerate AI development" authors = [{name= "Gianluca Rossi" , email= "gr.gianlucarossi@gmail.com" }] license = {file = "LICENSE"} -readme = {file = "README.md"} +readme = "README.md" dependencies = [ "scipy>=1.9.3", "loguru>=0.6.0",