1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Removed privacy breach in docs
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2015-04-27
--- README.rst 2018-08-19 14:51:15.212863187 +0200
+++ ../README.rst 2018-08-19 14:51:36.361147496 +0200
@@ -2,12 +2,6 @@
requests-mock
===============================
-.. image:: https://badge.fury.io/py/requests-mock.png
- :target: https://pypi.org/project/requests-mock/
-
-.. image:: https://circleci.com/gh/jamielennox/requests-mock.svg?style=svg
- :target: https://circleci.com/gh/jamielennox/requests-mock
-
Intro
=====
|