From 4cc4026b13363ebdcb6b0764ba1ed9d24ed5aedc Mon Sep 17 00:00:00 2001 From: John Sirois Date: Sat, 28 Jul 2018 18:44:04 -0600 Subject: [PATCH] Add more badges to README. In particular, license, version, python versions and wheel status. --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 8bf3631f6..12f33f2d1 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,14 @@ PEX === .. image:: https://travis-ci.org/pantsbuild/pex.svg?branch=master :target: https://travis-ci.org/pantsbuild/pex +.. image:: https://img.shields.io/pypi/l/pex.svg + :target: https://pypi.org/project/pex/ +.. image:: https://img.shields.io/pypi/v/pex.svg + :target: https://pypi.org/project/pex/ +.. image:: https://img.shields.io/pypi/pyversions/pex.svg + :target: https://pypi.org/project/pex/ +.. image:: https://img.shields.io/pypi/wheel/pex.svg + :target: https://pypi.org/project/pex/#files pex is a library for generating .pex (Python EXecutable) files which are executable Python environments in the spirit of `virtualenvs `_.