1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
From: Daniele Tricoli <eriol@mornie.org>
Date: Sun, 28 Aug 2016 18:50:51 +0200
Subject: Remove privacy breach URLs
Forwarded: not-needed
Patch-Name: remove-privacy-breach-urls.patch
---
README.rst | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/README.rst b/README.rst
index 8cd37e9..e0fae31 100644
--- a/README.rst
+++ b/README.rst
@@ -1,11 +1,6 @@
-|PyPI| |Python versions| |Build Status| |Waffle Ready| |Gitter|
-
VCR.py
======
-.. image:: https://raw.github.com/kevin1024/vcrpy/master/vcr.png
- :alt: vcr.py
-
This is a Python version of `Ruby's VCR
library <https://github.com/vcr/vcr>`__.
@@ -46,15 +41,3 @@ License
This library uses the MIT license. See `LICENSE.txt <LICENSE.txt>`__ for
more details
-
-.. |PyPI| image:: https://img.shields.io/pypi/v/vcrpy.svg
- :target: https://pypi.python.org/pypi/vcrpy
-.. |Python versions| image:: https://img.shields.io/pypi/pyversions/vcrpy.svg
- :target: https://pypi.python.org/pypi/vcrpy
-.. |Build Status| image:: https://secure.travis-ci.org/kevin1024/vcrpy.svg?branch=master
- :target: http://travis-ci.org/kevin1024/vcrpy
-.. |Waffle Ready| image:: https://badge.waffle.io/kevin1024/vcrpy.svg?label=ready&title=waffle
- :target: https://waffle.io/kevin1024/vcrpy
-.. |Gitter| image:: https://badges.gitter.im/Join%20Chat.svg
- :alt: Join the chat at https://gitter.im/kevin1024/vcrpy
- :target: https://gitter.im/kevin1024/vcrpy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
|