File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
- #########
2
+ ###########
3
3
VCR.py 📼
4
- #########
4
+ ###########
5
5
6
6
7
7
|PyPI | |Python versions | |Build Status | |CodeCov | |Gitter | |CodeStyleBlack |
8
8
9
9
----
10
10
11
- .. image :: https://raw.github.com/kevin1024/vcrpy/master /vcr.png
11
+ .. image :: https://vcrpy.readthedocs.io/en/latest/_images /vcr.svg
12
12
:alt: vcr.py logo
13
13
:align: right
14
14
Original file line number Diff line number Diff line change @@ -53,8 +53,9 @@ def run_tests(self):
53
53
setup (
54
54
name = "vcrpy" ,
55
55
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" ),
57
57
long_description = long_description ,
58
+ long_description_content_type = "text/x-rst" ,
58
59
author = "Kevin McCarthy" ,
59
60
60
61
url = "https://github.com/kevin1024/vcrpy" ,
You can’t perform that action at this time.
0 commit comments