Skip to content

Commit

Permalink
Switch from pypi.in to shields.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Harviston authored and Mark Harviston committed Jul 23, 2015
1 parent 7ab8bd2 commit 0388300
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,31 @@ Implementation of the `PEP 3156`_ Event-Loop with Qt
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:author: Mark Harviston <mark.harviston@gmail.com>, Arve Knudsen <arve.knudsen@gmail.com>

.. image:: https://pypip.in/version/quamash/badge.svg
.. image:: https://img.shields.io/pypi/v/quamash.svg
:target: https://pypi.python.org/pypi/quamash/
:alt: Latest Version

.. image:: https://pypip.in/download/quamash/badge.svg
:target: https://pypi.python.org/pypi//quamash/
.. image:: https://img.shields.io/pypi/dm/quamash.svg
:target: https://pypi.python.org/pypi/quamash/
:alt: Downloads

.. image:: https://pypip.in/py_versions/quamash/badge.svg
.. image:: https://img.shields.io/pypi/pyversions/quamash.svg
:target: https://pypi.python.org/pypi/quamash/
:alt: Supported Python versions

.. image:: https://pypip.in/license/quamash/badge.svg
.. image:: https://img.shields.io/pypi/l/quamash.svg
:target: https://pypi.python.org/pypi/quamash/
:alt: License

.. image:: https://pypip.in/status/quamash/badge.svg
.. image:: https://img.shields.io/pypi/status/Django.svg
:target: https://pypi.python.org/pypi/quamash/
:alt: Development Status

.. image:: https://travis-ci.org/harvimt/quamash.svg?branch=master
:target: https://travis-ci.org/harvimt/quamash
:alt: Linux (Travis CI) Build Status

.. image:: https://ci.appveyor.com/api/projects/status/github/harvimt/quamash?branch=master&svg=true
.. image:: https://img.shields.io/appveyor/ci/harvimt/quamash.svg
:target: https://ci.appveyor.com/project/harvimt/quamash/branch/master
:alt: Windows (Appveyor) Build Status

Expand Down

0 comments on commit 0388300

Please sign in to comment.