summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-08-28 21:31:53 +0300
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2017-09-11 14:02:05 +0300
commit63bc0b0210a73a8a534b03210aacfadd0523e405 (patch)
tree59dfcfa2b906daa456109d4c0fab981afbf0486a /README.rst
parentd3fc6036c7fe25ee7ffee3fc9f0b75f2b9d5a58a (diff)
downloadpython-setuptools-git-63bc0b0210a73a8a534b03210aacfadd0523e405.tar.gz
Add badges to the top of README
* PYPI * Travis CI * AppVeyor CI * List of currently supported Python versions
Diffstat (limited to 'README.rst')
-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