raulcd commented on code in PR #43325: URL: https://github.com/apache/arrow/pull/43325#discussion_r1684299126
########## 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: this doesn't seem to have any effect, @jorisvandenbossche @pitrou any idea? The other stray directories are filtered from the wheel now -- 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]
