dannycjones opened a new issue, #3239: URL: https://github.com/apache/iceberg-rust/issues/3239
### Apache Iceberg Rust version main, 0.10.1 ### Describe the bug The published pyiceberg-core Python package wheels (compiled archives) do not appear to contain the copyright notices required by dependencies that are part of the distribution. ### To Reproduce Take one of the wheels listed under the package on the Python Package Index and unarchive it (they're just zips with a different extension). https://pypi.org/project/pyiceberg-core/#files Inside, you find a few files include the project's own license and the SBOM file. But no THIRD-PARTY-LICENSES or similar. ### Expected behavior Notices for the bundled dependencies must be present in the distributed artifacts. For example, we might include a `THIRD-PARTY-NOTICES` files which has a copy of each dependencies license, preceded by the name of the dependency. ### Willingness to contribute I can contribute a fix for this bug independently -- 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]
