raulcd commented on PR #48988:
URL: https://github.com/apache/arrow/pull/48988#issuecomment-3810640774

   > Apparently you can debug this using `python -m build --sdist`.
   
   Weirdly enough if I use `python -m build --sdist .` it does copy both 
LICENSE.txt and NOTICE.txt
   ```
   copying pyarrow/vendored/docscrape.py -> 
pyarrow-24.0.0.dev123/pyarrow/vendored
   copying pyarrow/vendored/version.py -> pyarrow-24.0.0.dev123/pyarrow/vendored
   copying pyarrow.egg-info/SOURCES.txt -> 
pyarrow-24.0.0.dev123/pyarrow.egg-info
   Writing pyarrow-24.0.0.dev123/setup.cfg
   Copied ../LICENSE.txt to LICENSE.txt in sdist
   Copied ../NOTICE.txt to NOTICE.txt in sdist
   Creating tar archive
   removing 'pyarrow-24.0.0.dev123' (and everything under it)
   Successfully built pyarrow-24.0.0.dev123.tar.gz
   ```
   And if I validate the `tar.gz` those are there:
   ```
   # tar zxvf pyarrow-24.0.0.dev123.tar.gz 
   pyarrow-24.0.0.dev123/
   pyarrow-24.0.0.dev123/CMakeLists.txt
   pyarrow-24.0.0.dev123/LICENSE.txt
   pyarrow-24.0.0.dev123/MANIFEST.in
   pyarrow-24.0.0.dev123/NOTICE.txt
   pyarrow-24.0.0.dev123/PKG-INFO
   pyarrow-24.0.0.dev123/README.md
   ```
   
   
   


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