From 509e004d8eb146e7ed73f7642c3132d542c19718 Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Fri, 31 Jan 2025 15:13:44 +0100 Subject: [PATCH] fix: remove entry licenese-files from pyproject.toml, so maturin works --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dbf5d1e..1ef7b66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,6 @@ authors = [{name = "Markus Klein"}] description="Read the data of an ODBC data source as sequence of Apache Arrow record batches." readme = "README.md" license = "MIT" -license-files = ["LICENSE"] version = "8.0.9" # cffi: for communicating with Rust # pyarrow: to create pyarrow arrays out of the c representation