This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 5c4118e61 chore: reify project url in package metadata (#1356)
5c4118e61 is described below
commit 5c4118e61e681f2532f009a2dc5a1c8e689bf7a7
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 e135fd33f..cb8f767db 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"