From 204a27b0534161a35e2d79241dcadd0471341c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Fri, 19 Jul 2024 12:43:29 +0200 Subject: [PATCH] Try excluding pyarrow. and pyarrow/tests explicitly --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 45c3b60c8aeed..d675f07a82391 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -75,7 +75,7 @@ include-package-data=true [tool.setuptools.packages.find] where = ["."] include = ["pyarrow"] -exclude = ["pyarrow.tests"] +exclude = ["pyarrow/tests", "pyarrow."] namespaces = false [tool.setuptools.package-data]