raulcd commented on code in PR #43325:
URL: https://github.com/apache/arrow/pull/43325#discussion_r1686491082


##########
python/pyproject.toml:
##########
@@ -73,7 +73,9 @@ zip-safe=false
 include-package-data=true
 
 [tool.setuptools.packages.find]
-where = ["."]
+include = ["pyarrow"]
+exclude = ["pyarrow/tests", "pyarrow."]

Review Comment:
   there is a folder included in the wheel `pyarrow.` which is empty and I was 
trying to remove it. I'll try with `pyarrow.tests`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to