From 91aa8bfdcaddd3f4bb5ef40f49b804a227fdb3b7 Mon Sep 17 00:00:00 2001 From: dustin Date: Fri, 17 Oct 2025 08:43:33 +0700 Subject: [PATCH] Update pyproject.toml to fix build issue on databricks PEP 621 violation failing on databricks install Fixes py-why/EconML#1010 Signed-off-by: dustin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dacfc0b4f..7bc655602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ authors = [{ name = "PyWhy contributors" }] description = "This package contains several methods for calculating Conditional Average Treatment Effects" readme = "README.md" keywords = ["treatment-effect"] -license = "MIT" +license = { text = "MIT" } dynamic = ["version"] classifiers = [