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


##########
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:
   > I'll stress that the problem we're trying to solve is that installing a 
PyArrow wheel creates top-level directories _outside_ of the `pyarrow` source 
tree.
   
   ok, then, this is solved by this PR, are you ok with the current changes 
@pitrou ?
   
   



-- 
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