Skip to content

Commit 4495dbd

Browse files
committed
Fixed README syntax errors thanks to and
1 parent 357e3b0 commit 4495dbd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Diff for: README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11

2-
#########
2+
###########
33
VCR.py 📼
4-
#########
4+
###########
55

66

77
|PyPI| |Python versions| |Build Status| |CodeCov| |Gitter| |CodeStyleBlack|
88

99
----
1010

11-
.. image:: https://raw.github.com/kevin1024/vcrpy/master/vcr.png
11+
.. image:: https://vcrpy.readthedocs.io/en/latest/_images/vcr.svg
1212
:alt: vcr.py logo
1313
:align: right
1414

Diff for: setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ def run_tests(self):
5353
setup(
5454
name="vcrpy",
5555
version=find_version("vcr", "__init__.py"),
56-
description=("Automatically mock your HTTP interactions to simplify and " "speed up testing"),
56+
description=("Automatically mock your HTTP interactions to simplify and speed up testing"),
5757
long_description=long_description,
58+
long_description_content_type="text/x-rst",
5859
author="Kevin McCarthy",
5960
author_email="[email protected]",
6061
url="https://github.com/kevin1024/vcrpy",

0 commit comments

Comments
 (0)