diff options
| author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2017-08-28 21:31:53 +0300 |
|---|---|---|
| committer | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2017-09-11 14:02:05 +0300 |
| commit | 63bc0b0210a73a8a534b03210aacfadd0523e405 (patch) | |
| tree | 59dfcfa2b906daa456109d4c0fab981afbf0486a /README.rst | |
| parent | d3fc6036c7fe25ee7ffee3fc9f0b75f2b9d5a58a (diff) | |
| download | python-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-x | README.rst | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
