summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-09-11 14:55:35 -0400
committerGitHub <noreply@github.com>2017-09-11 14:55:35 -0400
commit259c84a277f60c1591e72340476aacfe47c96f97 (patch)
tree59dfcfa2b906daa456109d4c0fab981afbf0486a
parentd3fc6036c7fe25ee7ffee3fc9f0b75f2b9d5a58a (diff)
parent63bc0b0210a73a8a534b03210aacfadd0523e405 (diff)
downloadpython-setuptools-git-259c84a277f60c1591e72340476aacfe47c96f97.tar.gz
Merge pull request #1137 from webknjaz/feature/add-badges-to-readme
Add badges to the top of README
-rwxr-xr-xREADME.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2f55bce1..1c6ee603 100755
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,17 @@
+.. image:: https://img.shields.io/pypi/v/setuptools.svg
+ :target: https://pypi.org/project/setuptools
+
.. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest
:target: https://setuptools.readthedocs.io
+.. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Travis%20CI
+ :target: http://travis-ci.org/pypa/setuptools
+
+.. image:: https://img.shields.io/appveyor/ci/jaraco/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor
+ :target: https://ci.appveyor.com/project/jaraco/setuptools/branch/master
+
+.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg
+
See the `Installation Instructions
<https://packaging.python.org/installing/>`_ in the Python Packaging
User's Guide for instructions on installing, upgrading, and uninstalling