Skip to content

Commit

Permalink
chore: reify project url in package metadata (#1356)
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed Feb 28, 2023
1 parent f8bb8f7 commit 5c4118e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streampipes-client-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
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"
Expand Down

0 comments on commit 5c4118e

Please sign in to comment.