raulcd commented on PR #48988: URL: https://github.com/apache/arrow/pull/48988#issuecomment-3799776782
I have tried to copy using some custom copying on setup.py trying to override `bdist_wheel command` on this commit: https://github.com/apache/arrow/pull/48988/changes/9566c3b2ca30a86736083802489e64a6aac30b70 Similar to how we currently do `CopyLicenseSdist` but setuptools is pretty opinionated and I find that instead of fighting against it we should just copy the files over before building the wheels and forget about it. The jobs validate now that the wheels contain both `LICENSE.txt` and `NOTICE.txt` so it won't happen again. -- 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]
