From 55a8390319e4e0d4a5735ea50f7871d768ba8655 Mon Sep 17 00:00:00 2001 From: rabea-al Date: Tue, 16 Sep 2025 20:08:45 +0800 Subject: [PATCH] Fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec8948f..b0563d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "A library of components for integrating scikit-learn models, datasets, and evaluation tools into XAI frameworks, including data preprocessing, model training, and evaluation." authors = [{ name = "XpressAI", email = "eduardo@xpress.ai" }] license = "Apache-2.0" -readme = "readme.md" +readme = "README.md" repository = "https://github.com/XpressAI/xai-sklearn" keywords = ["xircuits", "scikit-learn", "machine learning", "data preprocessing", "model training", "model evaluation"]