From 50351e74256a14d695827d317c454ac6fccc335f Mon Sep 17 00:00:00 2001 From: wagenrace Date: Wed, 15 Oct 2025 14:17:48 +0200 Subject: [PATCH] update pyproject.toml Updat license from MIT to Apache-2.0 --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index b5ed5d713e..6dd0f61baf 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "maturin" name = "deltalake" description = "Native Delta Lake Python binding based on delta-rs with Pandas integration" readme = "README.md" -license = "MIT" +license = "Apache-2.0" requires-python = ">=3.9" keywords = ["deltalake", "delta", "datalake", "pandas", "arrow"] classifiers = [