Merge pull request #46 from apache/chandan/metadata-update

README, setup.py: Add more project links
diff --git a/README.rst b/README.rst
index a8f751c..eb0e275 100644
--- a/README.rst
+++ b/README.rst
@@ -1,10 +1,10 @@
 BuildStream Plugins
 ===================
-A collection of plugins for the BuildStream project.
+A collection of plugins for the `BuildStream <https://buildstream.build>`_ project.
 
 
 How to use plugins
 ------------------
-Plugins must be declared by your buildstream project.conf for use in your
-project. For instructions on how to load plugins in your buildstream project,
+Plugins must be declared by your BuildStream project.conf for use in your
+project. For instructions on how to load plugins in your BuildStream project,
 please consult the `plugin loading documentation <https://docs.buildstream.build/master/format_project.html#loading-plugins>`_
diff --git a/setup.py b/setup.py
index 181cc52..b80d347 100755
--- a/setup.py
+++ b/setup.py
@@ -66,6 +66,9 @@
     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/issues",
+        "Mailing List": "https://lists.apache.org/list.html?dev@buildstream.apache.org",
     },
     package_dir={"": "src"},
     packages=find_packages(where="src"),