Skip to content

Commit 3a5cf9d

Browse files
authored
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'. ```
1 parent 1f9440b commit 3a5cf9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream/clients/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Package metadata.
1919

20-
name = 'apache-bookkeeper-client'
20+
name = 'apache_bookkeeper_client'
2121
description = 'Apache BookKeeper client library'
2222
version = '4.18.0'
2323
# Should be one of:

0 commit comments

Comments
 (0)