1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Fixed README syntax errors thanks to and

This commit is contained in:
Josh Peak
2019-12-20 12:04:36 +11:00
parent 357e3b03c5
commit 4495dbd1ce
2 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -53,8 +53,9 @@ install_requires = [
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",