summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2018-12-03 19:40:18 -0800
committerBenjamin Peterson <benjamin@python.org>2018-12-03 19:40:18 -0800
commita228df3457e04f00a57e0cd061e4f465edab2af4 (patch)
tree6120244b4766864a24e57ad626cf14cac26cb8fc /README.rst
parent5243a2dacbafb058873fcc392050b3bcbe865077 (diff)
downloadsix-git-a228df3457e04f00a57e0cd061e4f465edab2af4.tar.gz
Add alts to all badges.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 4eb24d2..a99e6f5 100644
--- a/README.rst
+++ b/README.rst
@@ -1,8 +1,10 @@
.. image:: https://img.shields.io/pypi/v/six.svg
:target: https://pypi.org/project/six/
+ :alt: six on PyPI
.. image:: https://travis-ci.org/benjaminp/six.svg?branch=master
:target: https://travis-ci.org/benjaminp/six
+ :alt: six on TravisCI
.. image:: https://readthedocs.org/projects/six/badge/?version=latest
:target: https://six.readthedocs.io/
@@ -10,6 +12,7 @@
.. image:: https://img.shields.io/badge/license-MIT-green.svg
:target: https://github.com/benjaminp/six/blob/master/LICENSE
+ :alt: MIT License badge
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