HonahX commented on code in PR #2530: URL: https://github.com/apache/polaris/pull/2530#discussion_r2347031105
########## runtime/distribution/build.gradle.kts: ########## @@ -71,6 +71,17 @@ distributions { into("bin") { from("bin/server") from("bin/admin") + from("${rootDir}/polaris") + } + + into("bin/client") { + from("${rootDir}/client/python") { + include("**/*") + } + } + + into("regtests") { + from("${rootDir}/regtests/requirements.txt") Review Comment: Updated: The current `pyproject.toml` has defined its required poetry version: https://github.com/apache/polaris/blob/b3366e5acd7ce622969526ac6e9b233fa18a75b0/client/python/pyproject.toml#L48 So I think we do not need to include this `requirements.txt` anymore -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org