diff options
author | Bernat Gabor <bgabor8@bloomberg.net> | 2018-10-25 16:22:37 +0100 |
---|---|---|
committer | Bernat Gabor <bgabor8@bloomberg.net> | 2018-10-25 16:22:37 +0100 |
commit | afc7ce4f6923b99a468fd51abe2967501855971b (patch) | |
tree | 0d0fa2c552918202d401e84c039e52b1bcfd09df | |
parent | 65c33caf12046592ca32a0e3fa92e07e5076948b (diff) | |
download | virtualenv-afc7ce4f6923b99a468fd51abe2967501855971b.tar.gz |
fix shield
-rw-r--r-- | README.rst | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -3,8 +3,8 @@ virtualenv A tool for creating isolated 'virtual' python environments. -.. image:: https://badge.fury.io/py/virtualenv.svg - :target: https://badge.fury.io/py/virtualenv +.. image:: https://img.shields.io/pypi/v/virtualenv.svg + :target: https://pypi.org/project/virtualenv :alt: Latest version on PyPi .. image:: https://img.shields.io/pypi/pyversions/virtualenv.svg :target: https://pypi.org/project/virtualenv/ @@ -18,9 +18,6 @@ A tool for creating isolated 'virtual' python environments. .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black :alt: Code style: black -.. image:: https://img.shields.io/pypi/v/virtualenv.svg - :target: https://pypi.org/project/virtualenv - * `Installation <https://virtualenv.pypa.io/en/latest/installation.html>`_ * `Documentation <https://virtualenv.pypa.io/>`_ |