diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-04 11:49:37 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-07-04 11:50:58 -0400 |
commit | 4056435460b770c3ab7a8ea1637f05de690e7e01 (patch) | |
tree | e45c787aa1746f07deac9c560a4647890f0bc71f | |
parent | fd94cd038d644ff27866301f6f365a3ef0901898 (diff) | |
download | python-setuptools-git-4056435460b770c3ab7a8ea1637f05de690e7e01.tar.gz |
Render logo in the readme.
-rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,6 @@ +.. image:: https://raw.githubusercontent.com/pypa/setuptools/master/docs/logo/banner%201%20line%20color.svg + + .. image:: https://img.shields.io/pypi/v/setuptools.svg :target: `PyPI link`_ @@ -24,6 +27,7 @@ .. image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme + See the `Installation Instructions <https://packaging.python.org/installing/>`_ in the Python Packaging User's Guide for instructions on installing, upgrading, and uninstalling |