You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/01/26 19:20:31 UTC

[streampipes] 01/01: [#792] rename python client to `streampipes-client`

This is an automated email from the ASF dual-hosted git repository.

bossenti pushed a commit to branch chore/792-rename-python-client
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 9a8a6fe692a5ee0172f1ea6f8adb3a0eff61a2b1
Author: bossenti <bo...@posteo.de>
AuthorDate: Thu Jan 26 20:19:59 2023 +0100

    [#792] rename python client to `streampipes-client`
---
 streampipes-client-python/Makefile | 2 --
 streampipes-client-python/setup.py | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/streampipes-client-python/Makefile b/streampipes-client-python/Makefile
index 245e323c7..6413785b3 100644
--- a/streampipes-client-python/Makefile
+++ b/streampipes-client-python/Makefile
@@ -15,8 +15,6 @@
 # limitations under the License.
 #
 
-COMMIT_HASH := $(shell eval git rev-parse HEAD)
-
 .PHONY: check
 check: mypy lint unit-tests
 
diff --git a/streampipes-client-python/setup.py b/streampipes-client-python/setup.py
index f2c54a404..2c8ebfd66 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -21,7 +21,7 @@ import os
 import setuptools
 
 # Package meta-data.
-NAME = "streampipes_client"
+NAME = "streampipes-client"
 DESCRIPTION = "Python client for Apache StreamPipes"
 LONG_DESCRIPTION_CONTENT_TYPE = "text/markdown"
 URL = "https://github.com/apache/streampipes/"