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

bossenti pushed a commit to branch rel/0.91.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit e4b0476fb7ae44c99b33cc2d79261774f5be665b
Author: Tim <[email protected]>
AuthorDate: Tue Feb 28 19:17:06 2023 +0100

    chore: reify project url in package metadata (#1356)
---
 streampipes-client-python/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-client-python/setup.py 
b/streampipes-client-python/setup.py
index 8774784f0..1a4e56cd5 100644
--- a/streampipes-client-python/setup.py
+++ b/streampipes-client-python/setup.py
@@ -24,7 +24,7 @@ import setuptools
 NAME = "streampipes"
 DESCRIPTION = "Python library for Apache StreamPipes"
 LONG_DESCRIPTION_CONTENT_TYPE = "text/markdown"
-URL = "https://github.com/apache/streampipes/";
+URL = 
"https://github.com/apache/streampipes/tree/dev/streampipes-client-python";
 EMAIL = "[email protected]"
 AUTHOR = "Apache Software Foundation"
 REQUIRES_PYTHON = ">=3.8.0"

Reply via email to