summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-08-24 01:17:14 +0100
committerChandan Singh <csingh43@bloomberg.net>2018-09-03 11:15:44 +0100
commit5092e9cb4328a934e60354b8f2b20cd144a8700c (patch)
treeea61aa8a36e11e11ce8621ddacec1bb8df230074
parent88460cd26ebe4e0ab3f49648667ec7800f174d5d (diff)
downloadbuildstream-chandan/pypi-badge.tar.gz
README.rst: Add status badges for PyPI release and Python versionschandan/pypi-badge
The first badge will work fine right away while the second badge will show "not found" until a release is made after merging this branch: https://gitlab.com/BuildStream/buildstream/merge_requests/718.
-rw-r--r--README.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f60ad8b1c..43c125393 100644
--- a/README.rst
+++ b/README.rst
@@ -13,6 +13,12 @@ About
.. image:: https://gitlab.com/BuildStream/buildstream/badges/master/coverage.svg?job=coverage
:target: https://gitlab.com/BuildStream/buildstream/commits/master
+.. image:: https://img.shields.io/pypi/v/BuildStream.svg
+ :target: https://pypi.org/project/BuildStream
+
+.. image:: https://img.shields.io/pypi/pyversions/BuildStream.svg
+ :target: https://pypi.org/project/BuildStream
+
What is BuildStream?
====================