This is an automated email from the ASF dual-hosted git repository. chandan pushed a commit to branch chandan/metadata-update in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit 25da8a84ea73fe43dfc3d2c94f2faa1935c08817 Author: Chandan Singh <[email protected]> AuthorDate: Thu Jan 12 00:56:23 2023 +0000 setup.py: Add links for source code and mailing list --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 181cc52..71d0643 100755 --- a/setup.py +++ b/setup.py @@ -66,6 +66,9 @@ setup( url="https://buildstream.build", project_urls={ "Documentation": "https://apache.github.io/buildstream-plugins/", + "Source": "https://github.com/apache/buildstream-plugins/", + "Tracker": "https://github.com/apache/buildstream-plugins/", + "Mailing List": "https://lists.apache.org/[email protected]", }, package_dir={"": "src"}, packages=find_packages(where="src"),
