summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Tokarev <dmitrytokarev@users.noreply.github.com>2017-06-19 22:55:08 -0700
committerBenjamin Peterson <benjamin@python.org>2017-06-19 22:55:08 -0700
commit7036f12f9764f272fb7bbdad509f1051134b952d (patch)
treec3921df9dfc793e1980175e2de738d6419cd89f1
parentf574c7be6ebc80041ef58ca29588f310248ebed4 (diff)
downloadsix-git-7036f12f9764f272fb7bbdad509f1051134b952d.tar.gz
add badges to readme (#200)
-rw-r--r--README.rst (renamed from README)9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README.rst
index 4286265..84e6a50 100644
--- a/README
+++ b/README.rst
@@ -1,3 +1,12 @@
+.. image:: http://img.shields.io/pypi/v/six.svg
+ :target: https://pypi.python.org/pypi/six
+
+.. image:: https://travis-ci.org/benjaminp/six.svg?branch=master
+ :target: https://travis-ci.org/benjaminp/six
+
+.. image:: http://img.shields.io/badge/license-MIT-green.svg
+ :target: https://github.com/benjaminp/six/blob/master/LICENSE
+
Six is a Python 2 and 3 compatibility library. It provides utility functions
for smoothing over the differences between the Python versions with the goal of
writing Python code that is compatible on both Python versions. See the