diff --git a/README.rst b/README.rst index 190a3de..e1c89b2 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 011bd6e..0eece40 100644 --- a/setup.py +++ b/setup.py @@ -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",