From 0b113c2964630806b375def99afc9fe168aa65c8 Mon Sep 17 00:00:00 2001 From: zymap Date: Tue, 20 Jan 2026 16:19:10 +0800 Subject: [PATCH] Fix the stream client python package name --- ### Motivation ``` WARNING Error during upload. Retry with the --verbose option for more details. ERROR HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ Filename 'apache-bookkeeper-client-4.17.3.tar.gz' is invalid, should be 'apache_bookkeeper_client-4.17.3.tar.gz'. ``` --- stream/clients/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/clients/python/setup.py b/stream/clients/python/setup.py index 04fe42d1194..50ddd69900c 100644 --- a/stream/clients/python/setup.py +++ b/stream/clients/python/setup.py @@ -17,7 +17,7 @@ # Package metadata. -name = 'apache-bookkeeper-client' +name = 'apache_bookkeeper_client' description = 'Apache BookKeeper client library' version = '4.18.0' # Should be one of: