From 4495dbd1ce88ed7e6d60da54a219e0ffe5eb1847 Mon Sep 17 00:00:00 2001 From: Josh Peak Date: Fri, 20 Dec 2019 12:04:36 +1100 Subject: [PATCH] Fixed README syntax errors thanks to and --- README.rst | 6 +++--- setup.py | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 190a3deb..e1c89b2d 100644 --- a/README.rst +++ b/README.rst @@ -1,14 +1,14 @@ -######### +########### VCR.py 📼 -######### +########### |PyPI| |Python versions| |Build Status| |CodeCov| |Gitter| |CodeStyleBlack| ---- -.. image:: https://raw.github.com/kevin1024/vcrpy/master/vcr.png +.. image:: https://vcrpy.readthedocs.io/en/latest/_images/vcr.svg :alt: vcr.py logo :align: right diff --git a/setup.py b/setup.py index 011bd6e1..0eece40e 100644 --- a/setup.py +++ b/setup.py @@ -53,8 +53,9 @@ def run_tests(self): setup( name="vcrpy", version=find_version("vcr", "__init__.py"), - description=("Automatically mock your HTTP interactions to simplify and " "speed up testing"), + description=("Automatically mock your HTTP interactions to simplify and speed up testing"), long_description=long_description, + long_description_content_type="text/x-rst", author="Kevin McCarthy", author_email="me@kevinmccarthy.org", url="https://github.com/kevin1024/vcrpy",