raulcd commented on code in PR #43325: URL: https://github.com/apache/arrow/pull/43325#discussion_r1686569549
########## 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 guess those are negligible and we still require to distribute them on the source distitrbution: ``` pyarrow/src $ du -hs . 728K . ``` -- 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]
