kevinjqliu commented on PR #1653:
URL: https://github.com/apache/iceberg-rust/pull/1653#issuecomment-3263986854

   Quick command check for LICENSE and NOTICE file when building sdist and 
wheel using `main` branch.
   
   #### sdist
   ```
   maturin sdist -o dist        
   tar -tzf dist/pyiceberg_core-*.tar.gz | grep -E '/(LICENSE|NOTICE)$'
   ```
   ```
   pyiceberg_core-0.6.0/crates/integrations/datafusion/LICENSE
   pyiceberg_core-0.6.0/crates/integrations/datafusion/NOTICE
   pyiceberg_core-0.6.0/crates/iceberg/LICENSE
   pyiceberg_core-0.6.0/crates/iceberg/NOTICE
   ```
   
   #### wheel
   ```
   maturin build --release -o dist
   tar -tzf dist/pyiceberg_core-*.whl | grep -E '/(LICENSE|NOTICE)$'
   ```
   ```
   
   ```
   
   
   
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to