Skip to content

Commit

Permalink
Fixed README syntax errors thanks to and
Browse files Browse the repository at this point in the history
  • Loading branch information
neozenith committed Dec 20, 2019
1 parent 357e3b0 commit 4495dbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 4495dbd

Please sign in to comment.