diff options
| author | James Socol <me@jamessocol.com> | 2017-12-15 09:04:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-15 09:04:09 -0500 |
| commit | ace112e95d7f7231a87513622913bb77debe0d7d (patch) | |
| tree | 4d82e63d08a70c2d45c67957be5b7f5a8cbdaf91 | |
| parent | c934453f8d5709f7075b845e03ba31e228d31bca (diff) | |
| parent | 9c10ddde2e5a8d65d35249d565e4fc685de490fb (diff) | |
| download | pystatsd-ace112e95d7f7231a87513622913bb77debe0d7d.tar.gz | |
Merge pull request #102 from patoroco/patch-1
Update badges
| -rw-r--r-- | README.rst | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -9,22 +9,18 @@ for the statsd daemon. :target: https://travis-ci.org/jsocol/pystatsd :alt: Travis-CI build status -.. image:: https://pypip.in/v/statsd/badge.png?style=flat +.. image:: https://img.shields.io/pypi/v/statsd.svg :target: https://pypi.python.org/pypi/statsd/ :alt: Latest release -.. image:: https://pypip.in/py_versions/statsd/badge.svg?style=flat +.. image:: https://img.shields.io/pypi/pyversions/statsd.svg :target: https://pypi.python.org/pypi/statsd/ :alt: Supported Python versions -.. image:: https://pypip.in/wheel/statsd/badge.svg?style=flat +.. image:: https://img.shields.io/pypi/wheel/statsd.svg :target: https://pypi.python.org/pypi/statsd/ :alt: Wheel Status -.. image:: https://pypip.in/d/statsd/badge.png?style=flat - :target: https://pypi.python.org/pypi/statsd/ - :alt: Downloads - :Code: https://github.com/jsocol/pystatsd :License: MIT; see LICENSE file :Issues: https://github.com/jsocol/pystatsd/issues |
