kevinjqliu commented on code in PR #1653: URL: https://github.com/apache/iceberg-rust/pull/1653#discussion_r2328807133
########## bindings/python/pyproject.toml: ########## @@ -34,6 +34,7 @@ name = "pyiceberg-core" readme = "project-description.md" requires-python = "~=3.9" dynamic = ["version"] Review Comment: ah great catch! Looks like we currently do not have the LICENSE file in either whl or sdist. I double checked with https://pypi.org/project/pyiceberg-core/0.6.0/#files Note the apache 2.0 license exists in both whl and sdist, but not the actual LICENSE file. -- 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]
