This is an automated email from the ASF dual-hosted git repository.
yong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 3a5cf9d2fb Fix the stream client python package name (#4703)
3a5cf9d2fb is described below
commit 3a5cf9d2fb35c758e804855ac30ad0044ee983a4
Author: Yong Zhang <[email protected]>
AuthorDate: Wed Jan 21 17:50:19 2026 +0800
Fix the stream client python package name (#4703)
---
### 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 04fe42d119..50ddd69900 100644
--- a/stream/clients/python/setup.py
+++ b/stream/clients/python/setup.py
@@ -17,7 +17,7 @@ import setuptools
# Package metadata.
-name = 'apache-bookkeeper-client'
+name = 'apache_bookkeeper_client'
description = 'Apache BookKeeper client library'
version = '4.18.0'
# Should be one of: