diff options
| author | Paul Ganssle <pganssle@users.noreply.github.com> | 2019-02-17 13:45:15 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-17 13:45:15 -0500 |
| commit | 23e4f21abb1ea4d4672af2626ddd396e3fade3ed (patch) | |
| tree | 687cf9f465fbf349f2f6d5e75437d2137a2f440f | |
| parent | ad98fcb350fa3ce63389520a391e23274de11064 (diff) | |
| parent | 3963268b5a22798e01b0deac0553be206b2a3837 (diff) | |
| download | external_python_setuptools-23e4f21abb1ea4d4672af2626ddd396e3fade3ed.tar.gz external_python_setuptools-23e4f21abb1ea4d4672af2626ddd396e3fade3ed.tar.bz2 external_python_setuptools-23e4f21abb1ea4d4672af2626ddd396e3fade3ed.zip | |
Merge pull request #1683 from pradyunsg/patch-1
Improve badges in README
| -rw-r--r-- | README.rst | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,23 +1,23 @@ .. image:: https://img.shields.io/pypi/v/setuptools.svg :target: https://pypi.org/project/setuptools -.. image:: https://readthedocs.org/projects/setuptools/badge/?version=latest +.. image:: https://img.shields.io/readthedocs/setuptools/latest.svg :target: https://setuptools.readthedocs.io -.. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20build%20%40%20Travis%20CI +.. image:: https://img.shields.io/travis/pypa/setuptools/master.svg?label=Linux%20CI&logo=travis&logoColor=white :target: https://travis-ci.org/pypa/setuptools -.. image:: https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20build%20%40%20Appveyor +.. image:: https://img.shields.io/appveyor/ci/pypa/setuptools/master.svg?label=Windows%20CI&logo=appveyor&logoColor=white :target: https://ci.appveyor.com/project/pypa/setuptools/branch/master -.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg +.. image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white :target: https://codecov.io/gh/pypa/setuptools -.. image:: https://img.shields.io/pypi/pyversions/setuptools.svg - -.. image:: https://tidelift.com/badges/github/pypa/setuptools +.. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme +.. 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 |
