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/02/28 21:04:00 UTC

[streampipes] 03/03: chore: reify project url in package metadata (#1356)

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 <50...@users.noreply.github.com>
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 = "dev@streampipes.apache.org"
 AUTHOR = "Apache Software Foundation"
 REQUIRES_PYTHON = ">=3.8.0"