From 852401467ace4fc656d29a07536a647237037f3b Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 7 Apr 2017 15:42:08 +0100 Subject: [PATCH] Removed erronous download badge. Not sure where it was getting it's number from, but I know PyPI has deprecated that interface, and it was clearly vastly under-reporting. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 26a90cef..98211a12 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Project documentation with Markdown. --- -[![PyPI Downloads][pypi-dl-image]][pypi-dl-link] [![PyPI Version][pypi-v-image]][pypi-v-link] [![Build Status][travis-image]][travis-link] [![Windows Build Status][appveyor-image]][appveyor-link] @@ -29,8 +28,6 @@ rooms, and mailing lists is expected to follow the [PyPA Code of Conduct]. [codecov-link]: http://codecov.io/github/mkdocs/mkdocs?branch=master [landscape-image]: https://landscape.io/github/mkdocs/mkdocs/master/landscape.svg?style=flat-square [landscape-link]: https://landscape.io/github/mkdocs/mkdocs/master -[pypi-dl-image]: https://img.shields.io/pypi/dm/mkdocs.png -[pypi-dl-link]: https://pypi.python.org/pypi/mkdocs [pypi-v-image]: https://img.shields.io/pypi/v/mkdocs.png [pypi-v-link]: https://pypi.python.org/pypi/mkdocs [travis-image]: https://img.shields.io/travis/mkdocs/mkdocs/master.png